-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
BUG(string dtype): Arithmetic operations between Series with string dtype index
API - Consistency
Internal Consistency of API/Behavior
Bug
Needs Discussion
Requires discussion from core team before further action
Strings
String extension data type and string data
#61425
opened May 10, 2025 by
rhshadrach
BUG: Inconsistent index type when using read_csv with string[pyarrow] dtype
API - Consistency
Internal Consistency of API/Behavior
Bug
IO CSV
read_csv, to_csv
Needs Discussion
Requires discussion from core team before further action
#61145
opened Mar 19, 2025 by
ptth222
2 of 3 tasks
API (string dtype): implement hierarchy (NA > NaN, pyarrow > python) for consistent comparisons between different string dtypes
API - Consistency
Internal Consistency of API/Behavior
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
Improve the apply/map APIs
API - Consistency
Internal Consistency of API/Behavior
API Design
Apply
Apply, Aggregate, Transform, Map
Needs Discussion
Requires discussion from core team before further action
#61128
opened Mar 15, 2025 by
datapythonista
API (string dtype): comparisons between different string classes
API - Consistency
Internal Consistency of API/Behavior
Needs Discussion
Requires discussion from core team before further action
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
BUG: inconsistent return types from __getitem__ vs iteration
API - Consistency
Internal Consistency of API/Behavior
Bug
Needs Discussion
Requires discussion from core team before further action
#60560
opened Dec 13, 2024 by
gboeing
3 tasks done
BUG: Internal Consistency of API/Behavior
Bug
Groupby
Needs Discussion
Requires discussion from core team before further action
transform("cumcount")
returns a Series instead of a Dataframe.
API - Consistency
#60551
opened Dec 12, 2024 by
ClaudioSalvatoreArcidiacono
2 of 3 tasks
BUG?: using Internal Consistency of API/Behavior
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
replace
replace method
None
as replacement value in replace()
typically upcasts to object dtype
API - Consistency
#60284
opened Nov 12, 2024 by
jorisvandenbossche
ERR: consistent error messages for unsupported setitem values
API - Consistency
Internal Consistency of API/Behavior
Error Reporting
Incorrect or improved errors from pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
#60218
opened Nov 6, 2024 by
jorisvandenbossche
BUG: user defined function does not work with Internal Consistency of API/Behavior
Bug
MultiIndex
Needs Discussion
Requires discussion from core team before further action
DataFrame.apply
API - Consistency
#59908
opened Sep 27, 2024 by
shobsi
3 tasks done
API: handling of missing values in Index.__contains__
API - Consistency
Internal Consistency of API/Behavior
Index
Related to the Index class or subclasses
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
QST: DataFrame.plot() vs Series.plot() have inconsistency wrt reuse plot
API - Consistency
Internal Consistency of API/Behavior
Needs Discussion
Requires discussion from core team before further action
Usage Question
Visualization
plotting
#59716
opened Sep 5, 2024 by
pollo-coder
2 tasks done
ERR: consistent error messages for unsupported reduction operations
API - Consistency
Internal Consistency of API/Behavior
Error Reporting
Incorrect or improved errors from pandas
Reduction Operations
sum, mean, min, max, etc.
#59580
opened Aug 22, 2024 by
jorisvandenbossche
BUG: inconsistent indices in Internal Consistency of API/Behavior
Bug
Groupby
Window
rolling, ewma, expanding
GroupByRolling
when selecting or not selecting subset of columns
API - Consistency
#59567
opened Aug 20, 2024 by
inigohidalgo
2 of 3 tasks
API: pd.StringDtype.value_counts should return pd.Int64Dtype
API - Consistency
Internal Consistency of API/Behavior
API Design
Arrow
pyarrow functionality
Dtype Conversions
Unexpected or buggy dtype conversions
ExtensionArray
Extending pandas with custom dtypes or arrays.
#59346
opened Jul 29, 2024 by
WillAyd
1 of 3 tasks
DISC: Supporting numpy StringDType in Pandas
API - Consistency
Internal Consistency of API/Behavior
API Design
Compat
pandas objects compatability with Numpy or Python functions
Needs Discussion
Requires discussion from core team before further action
Strings
String extension data type and string data
#58503
opened May 1, 2024 by
lithomas1
BUG: DataFrameGroupBy.__getitem__ fails with tuples on multi-level column objects
API - Consistency
Internal Consistency of API/Behavior
Bug
Groupby
Indexing
Related to indexing on series/frames, not to indexes themselves
#58282
opened Apr 16, 2024 by
tehunter
3 tasks done
BUG: API Inconsistency between numeric_only and select_dtypes(["number"])
API - Consistency
Internal Consistency of API/Behavior
Bug
#58210
opened Apr 10, 2024 by
WillAyd
3 tasks done
API: Consistently support Internal Consistency of API/Behavior
Groupby
numeric_only
in groupby ops
API - Consistency
#56946
opened Jan 18, 2024 by
rhshadrach
17 tasks
BUG: Can't cast pyarrow floats to ints
API - Consistency
Internal Consistency of API/Behavior
Arrow
pyarrow functionality
Astype
#56673
opened Dec 29, 2023 by
mattharrison
2 of 3 tasks
ENH: Add limit_area to groupby.ffill/bfill
API - Consistency
Internal Consistency of API/Behavior
Enhancement
Groupby
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Needs Discussion
Requires discussion from core team before further action
#56533
opened Dec 17, 2023 by
rhshadrach
BUG: Internal Consistency of API/Behavior
Bug
Indexing
Related to indexing on series/frames, not to indexes themselves
inplace
Relating to inplace parameter or equivalent
.loc[:, 'a'] =
is inplace when assigning Series, but not DataFrame
API - Consistency
#56223
opened Nov 28, 2023 by
MarcoGorelli
3 tasks done
API: dt64 resolution for PeriodIndex.to_timestamp
API - Consistency
Internal Consistency of API/Behavior
Index
Related to the Index class or subclasses
Period
Period data type
Timestamp
pd.Timestamp and associated methods
#56164
opened Nov 25, 2023 by
jbrockmendel
REF/API/DEPR: _holds_integer checks in plotting
API - Consistency
Internal Consistency of API/Behavior
Deprecate
Functionality to remove in pandas
Refactor
Internal refactoring of code
Visualization
plotting
#55897
opened Nov 9, 2023 by
jbrockmendel
3 tasks done
API: be stricter in array_equivalent_object
API - Consistency
Internal Consistency of API/Behavior
Numeric Operations
Arithmetic, Comparison, and Logical operations
#55492
opened Oct 11, 2023 by
jbrockmendel
Previous Next
ProTip!
no:milestone will show everything without a milestone.