Pandas BUG: DataFrame.xs multi-index drop_level=False has no effect when level= is left at default

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 shift(method='head|tail')

http://stackoverflow.com/questions/22670904/python-pandas-turn-absolute-periods-into-relative-periods/22671904?noredirec...

Pandas ENH: simple, compact and reversible JSON interface

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

Pandas API/DOC: Add NumpyEADtype to the public API

This is currently accessible viaIn [5]: pd.array([1], dtype="int16").dtypeOut[5]: NumpyEADtype('int16')I think...

Pandas BUG: Index.get_indexer will change behaviour for nulls with arrow strings

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

Pandas BUG: PyArrow timestamp type does not work with map() function

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

Pandas ENH: kwargs for Index.map like for Series.apply

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

Pandas BUG: index map leading to ValueError: Reindexing only valid with uniquely valued Index objects

I am using Pandas 1.1.5 and get to the error ValueError: Reindexing only valid with uniquely valued Index objects.Here i...

Pandas API: idx.get_indexer(keys) fails if idx is non-unique, even if keys in idx are unique

Code Sample, a copy-pastable exampleimport pandas as pdpd.Index(["a", "a", "b", "c&qu...

Pandas DEPR: upcasting on invalid fill_value in unstack

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

Pandas BUG: Automatic upcast to object fails when unstacking datetime/timedelta with incompatible fill_value

Converting to object before then unstack works, whereas automatic upcast does not happen. Missing values are replaced w...

Pandas BUG: Infinite recursion with outer merge on categorical key column if left and right dtypes are mismatching non-nullable numeric kinds

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

Pandas BUG: Index[timestamp[pyarrow]].union with itself return object type

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.mean(axis=1) fails but Series.mean works incase of pandas Nullable integer dtype

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

Pandas ERR: HDF5 serialization of datelike-object dtypes should raise

UPDATE:In [157]: problem_date = old.dob.loc[4231354]In [158]: problem_dateOut[158]: datetime.date(2939, 6, 2)In [159]: t...

Pandas BUG: DatetimeIndex.get_indexer(timestamp[pyarrow])

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

Pandas BUG: inconsistent behaviour of the method .idxmin between timedelta datatype & int datatypes

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

Pandas PERF: Potential room for optimizaing the performance of .loc with big non-unique masked index dataframe

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

Pandas DOC: Fix formatting errors in docstrings

Historically, there was no validation on how docstrings were written. Some conventions were usually followed, but as the...

Pandas Fix PR02 issues in docstrings

Fix the docstrings where an unknown parameter is documented (likely that they are typos, errors in the parameter format....

下一页
.