Pandas ERR: improve error message when specifying a previously-deprecated frequency alias

For example, in pd.date_range, we deprecated some frequency aliases. With pandas 2.3:>>> pd.date_range("20...

Pandas BUG: Regression in Series.pow with all-NA double[pyarrow] values in pandas 3.x

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas ENH: DataFrame.to_sql with if_exists='replace' should do truncate table instead of drop table

Is your feature request related to a problem?Dropping table when if_exists=‘replace’ will fail if the table has any obje...

Pandas BUG: Rolling std() error

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: Incorrect rolling std

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Remove take action from CI

The take action in github is well intentioned, but may be causing more harm than good. Often users comment "take" but pr...

Pandas CLN: Add is_hashable_non_slice

very late review comment: would it make sense to make is_hashable_non_slice or something? it wouldn't surprise me if ma...

Pandas DOC: check_array_indexer also accepts an int or a slice

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas DOC: class TextFileReader not documented as a class

Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: Inconsistent runtime typing for Index[num] * list[timestamp]

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: pd.read_html() is broken with beautifulsoup4 4.14.0

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: rolling().first() and rolling().last() don't work

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: incorrect cumsum results for pyarrow on windows

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: "boolean value of NA is ambiguous" when doing iloc on nullable integer series

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas QST: FutureWarning: Resampling with a PeriodIndex is deprecated, how to resample now?

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...

Pandas DEPR: 'kind' kwd in resample

The 'kind' keyword in resample lets you pretend you have a PeriodIndex instead of a DatetimeIndex, and vice-versa. User...

Pandas BUG: FloatingArray.__setitem__ accepts FloatingArray as key

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: flex op with ExtensionArray and fill_value

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: indexing large df silently fails non-deterministically

Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...

Pandas BUG: pd.concat() cannot concatenate more than 3 mixed-frequency dataframes with multi-index series

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

下一页
.