Pandas ENH: Add notin method to base classes

Add notin convenience method to DataFrame/Series classesThis may already have been discussed, but I couldn't find any ex...

Pandas BUG: Datetime column can't be compared with datetime.date object

First, to all maintainers, thank you for your hard work! Pandas is a lifesaver.Code Sample, a copy-pastable examplefrom ...

Pandas DOC: Incorrectly formatted bullet points in DataFrame.fillna#method

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

Pandas PERF: cache sorted data in GroupBy?

When we do a groupby transform/reduce that requires operating group-by-group, we construct a sorted (DataFrame|Series) s...

Pandas DEPR: deprecate _data when getting BlockManager

we renamed _data -> _mgr to provide more clarity on the internals; we should add a DeprecationWarning on calling this...

Pandas BUG: Comparisons and equality with pyarrow backend return pandas extension typed booleans instead of pyarrow booleans.

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

Pandas BUG (2.0rc0): groupby changes dtype unexpectedly from timedelta64[s] to timedelta64[ns]

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

Pandas BUG: Series.plot doesn't allow color=None

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

Pandas BUG: "TypeError: Cannot interpret 'string[pyarrow]' as a data type" when reading csv with pyarrow dtypes

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

Pandas ENH: strip debug symbols from macOS wheels

Feature Type[ ] Adding new functionality to pandas[ ] Changing existing functionality in pandas[X] Removing existing fun...

Pandas BUG: inconsistent creation of IntegerArray from boolean values

When creating a nullable integer array from boolean values, we are being inconsistent between a boolean numpy array and ...

Pandas PERF: Construction of a DatetimeIndex from a list of Timestamp with timezone

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

Pandas groupby weird behavior

I experience a weird pandas groupby behavior.Sometimes the groupby doesn't work, it just outputs the original dataframe....

Pandas DEPR: SeriesGroupBy._aggregate_named

AFAICT this exists to allow users to apply a different function to each group. I could be convinced that this is worth ...

Pandas BUG: Series/Dataframe has bad repr for Right-To-Left (RTL) data

This codedf=pd.DataFrame([['שלום','עליכם', 'מלאכי השלום', 'ברוכים הבאים']])df.columns=['A','B','C','D']dfdoes this:See t...

Pandas ENH: Deprecate DataFrame.iterrows

Is your feature request related to a problem?DataFrame.iterrows does not preserve types. There are lots of users reporti...

Pandas BUG (2.0rc1): Missing breaking API change in the changelog related to new timedelta64 dtypes

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

Pandas DISC: Remove DTA/TDA/PA freq

For PA, freq is redundant with dtype. For DTA/TDA, it means something very different from what it means for PA. The on...

Pandas BUG: pd.read_parquet drops indexes when mode.dtype_backend='pyarrow'

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

Pandas ExtensionArray.map

Both Categorical and SparseArray found implementing a .map method useful. This allows them to efficiently apply a functi...
上一页 下一页
.