Pandas BUG: Spurious "FutureWarning: Use pd.to_datetime instead."

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

Pandas Int32Dtype will error when filling float values with the function fillna()

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

Pandas BUG: can't insert scalar value into empty dataframe

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

Pandas AttributeError: 'pandas._libs.properties.CachedProperty' object has no attribute 'func'QST:

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

Pandas ENH: Use standard lib fromisodatetime to deserialize datetimes

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

Pandas "SpecificationError: nested dictionary is ambiguous in aggregation" in a certain case of groupby-aggregation

All of these examples for using agg work fine:import pandas as pddf = pd.DataFrame({"A":['A','A','B','B','B'],...

Pandas SeriesGroupBy.nunique raises IndexError for empty Series with categorical variables

Code Sampledf = pd.DataFrame({'id': ['1001', '1001', '1002', '1002', '1003', '1004', '1005', '1006'], ...

Pandas BUG: Datetimes are no longer rounded with astype("datetime64[...]")

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

Pandas Series iteration and to_dict methods *sometimes* return underlying storage type vs. Python object

Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pds1 = pd.Series({"a": np.i...

Pandas BUG: not possible to 'cumsum' Timedelta with named aggregation

[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: Computing sys.getsizeof a DataFrame with no columns results in an irrelevant FutureWarning

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

Pandas BUG: maybe_convert_objects fails for byte series

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

Pandas BUG: cannot replace np.NaN with None any more

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

Pandas CI warning is causing build to fail

The following shows up in some recent jobs: https://github.com/pandas-dev/pandas/actions/runs/3641110250/jobs/6146658226...

Pandas DOC: styler docs don't render tables properly (chrome, safari)

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

Pandas ENH: axis=None option for statistical methods: .min, .max, .median, and so on

I am a long time user of pandas, thank you for all your hard work. Is your feature request related to a problem?It would...

Pandas BUG/API: Indexes on empty frames/series should be RangeIndex, are Index[object]

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

Pandas BUG: Empty dataframe created with Index, not RangeIndex

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

Pandas DEPR,VIS: remove custom matplotlib code

The good - definitely keepBefore talking about what I'd like to remove, here's what I'd like to keep.I love the plotting...

Pandas Bug: groupby(..., observed=True) doesn't respect sort key

df.groupby(..., observed=True) behaves inconsistently for unordered Categoricals:>>> df = pd.DataFrame({'A': pd...
上一页 下一页
.