Pandas DOC: dt.month_name & dt.day_name locale parameter needs improvment

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

Pandas DOC: Remove versionadded/versionchanged up to 1.5.0

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

Pandas Alignment of CategoricalIndex

Code Sample, a copy-pastable example if possibleIn [2]: c = pd.CategoricalIndex(['3z53', '3z53', 'LoJG', 'LoJG', 'LoJG',...

Pandas DOC: GroupBy.rolling() not in docs

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

Pandas DOC: df.groupby('A') is just syntactic sugar for df.groupby(df['A'])

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

Pandas Include NumericIndex at top level and document it for version 2.0

With the removal of IntegerIndex, FloatIndex, etc., and now promoting its replacement NumericIndex, there are a couple o...

Pandas BUG: warning from typing library if you subclass a DataFrame using Generic with python 3.11

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

Pandas BUG: rounding upon merging

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

Pandas Using apply on a grouper works only if done after another operation on grouper

Code Sample, a copy-pastable example if possibleIn [1]: import pandas as pdIn [2]: pd.__version__Out[2]: '0.23.0rc2'In [...

Pandas REF: Make function for dtype casting in pre-processing of groupby

Is your feature request related to a problem?[this should provide a description of what the problem is, e.g. "I wish I c...

Pandas BUG: astype(int, errors ='ignore') ignores all values (even those it should cast as int successfully)

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

Pandas ENH: Implement use_nullable_dtypes properly for read_json

The option was added in https://github.com/pandas-dev/pandas/pull/50750 to be ready for 2.0. We should do the dtype infe...

Pandas BUG: to_datetime with errors coerce throws InvalidOperation decimal.DivisionImpossible

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

Pandas ENH: Expose date parsing arguments in read_html function

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

Pandas BUG: Discrepancy between .is_numeric() and is_numeric_dtype for bool Index

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

Pandas BUG: mode() throws an error for a series with string[pyarrow] dtype

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

Pandas BUG: Differences in setting value error between string dtype and others

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

Pandas BUG: loc.setitem casting dtype to float with all false Indexer and rhs is an empty list

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

Pandas BUG: when inner/outer-joining dataframes with categorical MultiIndex, the output index dtype depends on row ordering

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

Pandas BUG: replace hits maximum recursion depth

import pandas as pdpd.DataFrame({"foo": [0,1,2]}).replace(0,pd.NA)crashes by reaching maximum recursion depth....
上一页 下一页
.