Pandas BUG: ellipsis for index not allowed in subset parameter

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

Pandas DOC: use shared docstrings for repeated args in Styler methods

Many args repeat keyword args like subset, should be a consistent re useable shared docstring for these[x] subset and pr...

Pandas QST: AttributeError: can't set attribute 'style' - How to set a default style?

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

Pandas BUG: to_dict should convert NA to 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: Unclear FutureWarning regarding inplace iloc setitem

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

Pandas Group keys are not added to DataFrame's groupby result

Code Sample, a copy-pastable example if possibledf = pd.DataFrame({'x':[1,2,3,4,5,6], 'y':[6,5,7,4,3,5], 'z':list('qqqrr...

Pandas BUG: read_exel() using inexistent "sheet_name" should throw an error

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

Pandas API: ser[dt64].astype("string") vs ser[dt64]._values.astype("string")

ser = pd.Series([pd.NaT, pd.Timestamp.now()])>>> ser.astype("string")0 NaT1...

Pandas DataFrame.groupby()[col].transform() tries to convert result to original column type

Code Sample, a copy-pastable example if possibledf = pd.DataFrame({'a': [1], 'val': [1.35]})# no groupby, result is 'obj...

Pandas IntegerArray + List returns ndarray

Right now, IntegerArary.__add__ calls np.asarray(other) for list-like other. When other is an actual list with missing v...

Pandas API: Should factorize(categorical) return a Categorical for uniques?

Returning a categorical feels more natural to meIn [11]: pd.factorize(pd.Categorical(['a', 'a', 'c']))Out[11]: (array([0...

Pandas BUG: numpy 1.24.0 causes ValueError with pivot_table and ragged nested sequences

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

Pandas Some groupby methods keep null grouping keys

Code Sample, a copy-pastable example if possibledf = pd.DataFrame({'A': ['a','b',None,'a','b',None], 'B': range(6)})df.g...

Pandas DOC: Weekday incompatibility with Python’s demands better documentation

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

Pandas BUG: Excessive memory usage loading Dataframe with mixed data types from HDF5 file saved in "table" format

Code SampleEnvironment setup:conda create -n bug_test python=3.8 pandas pytables numpy psutilconda activate bug_testTest...

Pandas DOC: tz_x functions do not include zoneinfo and tzinfo support in their documentation

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

Pandas BUG: pd.DataFrame.replace integer/float value to pd.NA causes RecursionError

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

Pandas BUG: DataFrame.replace fails to replace value when column contains pd.NA

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

Pandas BUG: style.background_gradient() fails on nullable series (ex: Int64) with null values

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

Pandas Substraction with UInt64 series resulting in negative values gives TypeError

With the extension integer array the below operation errors, with numpy uint not:In [68]: pd.Series([1, 1, 1]) - pd.Seri...
上一页 下一页
.