Pandas BUG: series created from pyarrow array with date32 type in 1.5rc0 can be created but not displayed

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

Pandas BUG: clip raises when using extension array dtypes

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

Pandas BUG: date_range from tz localized start date is wrong

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

Pandas BUG: interchange.from_dataframe doesn't work with large_string

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

Pandas DOC: missed behavior explaination of sort=False for groupby

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

Pandas BUG: boolean commutativity broken with a Series with object dtype with boolean values and None (can be returned from .str boolean methods)

[X ] I have checked that this issue has not already been reported. (sorry if I missed it)[X ] I have confirmed this bug ...

Pandas BUG: dtype not working with datetime64

[x] I have checked that this issue has not already been reported.Root cause of issue #32802 might be the trouble I repor...

Pandas ENH: tz_convert with non-hour shifts from UTC

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

Pandas API: astype mechanism for extension arrays

In https://github.com/pandas-dev/pandas/pull/22343, we're bumping into a few problems around casting to / from extension...

Pandas BUG: category index levels casted to non-category dtype in merge

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

Pandas IntervalIndex level in MultiIndex does not work as expected

I am trying to index data frame with a MultiIndex with constituent IntervalIndexExampleii = pd.IntervalIndex.from_arrays...

Pandas DOC: index_col parameter of pandas.read_excel can be types other than int

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

Pandas column names with leading underscores with df.itertuples cause AttributeError when accessed

Code Sample, a copy-pastable example if possibledata = [['Alex',10],['Bob',12],['Clarke',13]]df = pd.DataFrame(data, col...

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 BUG: resample on empty DataFrame leads to ValueError

Before version 2.0.0 I was able to resample an empty DataFrame with DateTimeIndex. Now it leads to a ValueError. Is that...

Pandas BUG: reset_index() Fails on a Series/DataFrame Object that has "False" (bool type) as the Index Name

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

Pandas from_dict / to_dict should accept same orient parameter

Hello,pd.DataFrame.to_dict accepts orient parameter in['dict', 'list', 'series', 'split', 'records', 'index'] (default b...

Pandas Assigning column with DataFrame(dtype='category') doesn't preserve categorical dtype, but Series does

Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame([1,2,3])df['col1'] = pd.DataFrame([...

Pandas BUG: failing tests in pyarrow with pandas nightly

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

Pandas BUG: chained .relabel_index and .format_index leads to old index

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