Pandas BUG: Pandas 2.0rc0 can't handle string column with PyArrow (large_string error)

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

Pandas BUG: preserve the dtype on Series.combine_first

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

Pandas Incorrect dtype for concat with empty float and datetime columns

Code Sample, a copy-pastable example if possibleIn [40]: a = pd.DataFrame({"A": pd.array(['2000'], dtype='date...

Pandas BUG: Timedelta does not accept ISO 8601 duration strings with 3 digit hours or minutes

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

Pandas BUG: html import (pd.read_html)

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

Pandas BUG: pd.read_excel is unexpectedly printing sheet_names to stdout

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 use .loc to set a ndarray as the value of an 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 BUG: Series name impacts groupby function

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

Pandas rolling( window='10D') does not work for df with MultiIndex

# Your code heretdf.rolling( '10D' ).mean()---------------------------------------------------------------------------Va...

Pandas read_fwf: skip_blank_lines does nothing

Code Sample, a copy-pastable example if possiblefrom io import StringIOimport pandas as pdf = StringIO('''A BC D''')df =...

Pandas BUG: stack_multi_columns extension array downcast

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

Pandas DOC: Fix styles for dark mode in docs home

xref: #42744We'll be making the pandas documentation have a dark mode soon. But some boxes in the docs home seem to have...

Pandas API: CoW and explicit copy keyword in DataFrame/Series methods

In general almost all DataFrame and Series methods return new data and thus make a copy if needed (if there was no calcu...

Pandas BUG: Inplace DataFrame.mask not working on 2.0.0rc0 on mixed-type DataFrame.

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

Pandas ENH: read_csv warn about suspicious extensions

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

Pandas Pandas interpolation enhancement request : specifying the maximum gap to interpolate.

Currently, Pandas interpolation interpolates all gaps, regardless of there size and the limit parameter is used to limit...

Pandas BUG: pd.concat fails with GroupBy.head() and pd.StringDtype["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: na_position ignored when sorting MultiIndex with level!=None

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

Pandas CLN: Refactor PeriodArray._format_native_types to use DatetimeArray

Once we have a DatetimeArray, we'll almost be able to share the implementation of _format_native_types. The main stickin...

Pandas BUG: pd.tseries.frequencies.to_offset() does not really provide a DateOffset object

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...
上一页 下一页
.