Pandas ENH: str.split is missing from string pyarrow dtype

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

Pandas BUG: is_categorical_dtype returns False for Sparse[category, nan]

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas BUG: MultiIndex.isin() raises TypeError when given a generator in v2, works in v1.5

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

Pandas BUG: apply/agg with dictlike and non-unique columns

df = pd.DataFrame( {"A": [None, 2, 3], "B": [1.0, np.nan, 3.0], "C": ["foo", ...

Pandas BUG: Index on empty frame should be RangeIndex

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

Pandas PERF: read_csv should check if column is already a datetime column before initiating the conversion

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

Pandas BUG: AttributeError: CompileError object has no attribute orig

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

Pandas DEPR: set_value / get_value

we already have too many public indexers.....Comment From: blussIs there a fast replacement for set_value? Using loc in ...

Pandas BUG?: Period allows construction from Custom freqs

freq = pd.offsets.CustomBusinessDay(weekmask="Mon Wed Fri")per = pd.Period("2023-04-06", freq=freq)&...

Pandas Grouper should support key from index name (just like groupby supports grouping by index names)

Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as nprng = pd.date_range('1/1/2018', per...

Pandas BUG: ArrowDtype __from_arrow__ ignores its dtype but converts data to its mapped ArrowDtype

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

Pandas API/ERR/ENH: Allow MultiIndex.from_tuples to handle NaNs

This is the origin of #23558 and #23677, but IMO worthy to fix in its own right:Trying to create a MultiIndex from a lis...

Pandas BUG: dataframe index not being reset if sort_values called with ignore_index=True

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

Pandas BUG: Groupby.Apply(Drop_Duplicates) seems buggy

Code Sample, a copy-pastable example if possibleimport pandas as pda = pd.DataFrame({'a': [1,2,3,1,2,3], 'b': [2,1,2,1,2...

Pandas BUG: infer_freq throws exception on Series of timezone-aware Timestamps

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

Pandas BUG: Datetime and Timestamp are not well supported by pd.eval

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

Pandas DOC: Suggested build_ext command may fail on low-resource machines

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

Pandas BUG: Pyarrow engine doesn't seem to support \s+ but error message implies it does?

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

Pandas shouldn't mangle_dupe_cols add an underscore rather than a dot in read_csv?

When I use read_csv to read a file which has columns with the same name, the names are amended with .1, .2, etc, when ma...

Pandas ENH: Support mangle_dupe_cols=False in pd.read_csv()

12935 added full support for duplicate column names (in header or in names) by mangling them. While this has been consi...
上一页 下一页
.