-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Issues: pandas-dev/pandas
FEEDBACK: PyArrow as a required dependency and PyArrow backed...
#54466
opened Aug 9, 2023 by
phofl
Open
150
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
API(str dtype): Raise on StringDtype for unary op +
API - Consistency
Internal Consistency of API/Behavior
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
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
#60639
opened Jan 1, 2025 by
rhshadrach
BUG (string dtype): logical operation with bool and string failing
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Strings
String extension data type and string data
BUG: Incorrect logical operation between pandas dataframe and series
Bug
Needs Discussion
Requires discussion from core team before further action
Numeric Operations
Arithmetic, Comparison, and Logical operations
#60204
opened Nov 5, 2024 by
jialuoo
3 tasks done
BUG: arithmetic between datetime.timedelta scalar and series produces timedelta64[us] instead of timedelta64[ns]
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Timedelta
Timedelta data type
#59656
opened Aug 30, 2024 by
sfc-gh-mvashishtha
2 of 3 tasks
BUG: some cases of binary arithmetic between string and timedelta raise TypeError
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
Timedelta
Timedelta data type
#59653
opened Aug 29, 2024 by
sfc-gh-mvashishtha
2 of 3 tasks
Fix binary operations on attrs for Series and DataFrame
metadata
_metadata, .attrs
Numeric Operations
Arithmetic, Comparison, and Logical operations
#59636
opened Aug 28, 2024 by
fbourgey
Loading…
1 task
BUG: subtracting datetime series from datetime dataframe, or datetime dataframe from datetime series, raises TypeError or UFuncTypeError
Bug
Datetime
Datetime data dtype
Numeric Operations
Arithmetic, Comparison, and Logical operations
#59529
opened Aug 16, 2024 by
sfc-gh-mvashishtha
2 of 3 tasks
BUG: Series.gt (and other comparison methods) can fail with dtype=object
Bug
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Numeric Operations
Arithmetic, Comparison, and Logical operations
#59418
opened Aug 5, 2024 by
warwickmm
2 of 3 tasks
BUG: Series.mul silently returns wrong values with May be closeable, needs more eyeballs
Numeric Operations
Arithmetic, Comparison, and Logical operations
UInt8
dtype when overflowing the max value range
Bug
Closing Candidate
#59261
opened Jul 17, 2024 by
Timost
2 of 3 tasks
BUG: Subtraction fails with matching index of different name and type
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Numeric Operations
Arithmetic, Comparison, and Logical operations
#57524
opened Feb 20, 2024 by
Bjoern-Rapp
2 of 3 tasks
BUG(?): Non nano + DatetOffset(component=0) re-infers resolution
Frequency
DateOffsets
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Numeric Operations
Arithmetic, Comparison, and Logical operations
#57448
opened Feb 16, 2024 by
mroeschke
BUG: binop methods with np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
NA - MaskedArrays
Related to pd.NA and nullable extension arrays
Numeric Operations
Arithmetic, Comparison, and Logical operations
fill_value
not being respected in pandas 2.2
Missing-data
#57447
opened Feb 16, 2024 by
mroeschke
ENH: Add option to use absolute value in pct_change
Enhancement
Needs Discussion
Requires discussion from core team before further action
Numeric Operations
Arithmetic, Comparison, and Logical operations
#56618
opened Dec 25, 2023 by
Nick-Git2
3 tasks done
BUG: dt64[non_nano] + some_offsets incorrectly rounding
Bug
Frequency
DateOffsets
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Numeric Operations
Arithmetic, Comparison, and Logical operations
#56586
opened Dec 21, 2023 by
jbrockmendel
BUG: Inconsistent data types of Unexpected or buggy dtype conversions
Numeric Operations
Arithmetic, Comparison, and Logical operations
Series.min()
return values by python interpreters
Bug
Dtype Conversions
#55566
opened Oct 17, 2023 by
dandyrilla
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
Add parameter of bias or ddof to DataFrame.skew()
Enhancement
Numeric Operations
Arithmetic, Comparison, and Logical operations
#54556
opened Aug 15, 2023 by
Alain-Godo
1 of 3 tasks
BUG: TimedeltaIndex.__rfloordiv__ triggers ZeroDivisionError when other is a list but works for scalar
Bug
Index
Related to the Index class or subclasses
Numeric Operations
Arithmetic, Comparison, and Logical operations
Timedelta
Timedelta data type
#54554
opened Aug 15, 2023 by
twoertwein
2 of 3 tasks
API: Have invalid_comparison return pandas object following Arithmetic, Comparison, and Logical operations
__pandas_priority__
?
API Design
Numeric Operations
#54475
opened Aug 9, 2023 by
mroeschke
BUG: Timedelta created by to_timedelta does not add correctly to datetime in Pandas 2
Bug
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Numeric Operations
Arithmetic, Comparison, and Logical operations
Timedelta
Timedelta data type
#53643
opened Jun 13, 2023 by
Flix6x
3 tasks done
BUG: Inconsistent behavior in comparison operators between scalar and series with arrow types
Arrow
pyarrow functionality
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
#53448
opened May 30, 2023 by
rohanjain101
2 of 3 tasks
DEPR: masking fallback in binary operations
Deprecate
Functionality to remove in pandas
Missing-data
np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
Numeric Operations
Arithmetic, Comparison, and Logical operations
#52597
opened Apr 11, 2023 by
jbrockmendel
BUG: Rolling variance is negative
Bug
Numeric Operations
Arithmetic, Comparison, and Logical operations
#52407
opened Apr 4, 2023 by
bhigy
3 tasks done
BUG: df.clip does not handle inverted lower/upper bounds consistently
API Design
Error Reporting
Incorrect or improved errors from pandas
Numeric Operations
Arithmetic, Comparison, and Logical operations
#52147
opened Mar 23, 2023 by
jkew
3 tasks done
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-12-18.