Pandas BUG: Subtraction fails with matching index of different name and type

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

Pandas Improve missing dep error advice to include other package managers

A few places in the code check for optional dependencies. If missing, the error suggests "use pip or conda to install" t...

Pandas BUG: pd.concat() produces invalid index when inputs have Int64Dtype index with NAs

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

Pandas ENH: Add index=/columns= kwargs to df.set_axis()

I think it is strange that .set_axis() can't accept index=/columns= kwargs, even though similar methods .rename(), .rena...

Pandas DEPR: Series.combine with non-Series

The code for this path iselif [other_is_not_a_series]: new_index = self.index new_values = np.empty(len(new_index)...

Pandas Possible bug in df.update

Code Sample, a copy-pastable example if possibletest_json = [{"_id": 'a', 'date': datetime.now()}, {"_id&...

Pandas ERR: improve error message when specifying a previously-deprecated frequency alias

For example, in pd.date_range, we deprecated some frequency aliases. With pandas 2.3:>>> pd.date_range("20...

Pandas BUG: Regression in Series.pow with all-NA double[pyarrow] values in pandas 3.x

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

Pandas ENH: DataFrame.to_sql with if_exists='replace' should do truncate table instead of drop table

Is your feature request related to a problem?Dropping table when if_exists=‘replace’ will fail if the table has any obje...

Pandas BUG: Rolling std() 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: Incorrect rolling std

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

Pandas Remove take action from CI

The take action in github is well intentioned, but may be causing more harm than good. Often users comment "take" but pr...

Pandas CLN: Add is_hashable_non_slice

very late review comment: would it make sense to make is_hashable_non_slice or something? it wouldn't surprise me if ma...

Pandas DOC: check_array_indexer also accepts an int or a slice

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

Pandas DOC: class TextFileReader not documented as a class

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

Pandas BUG: Inconsistent runtime typing for Index[num] * list[timestamp]

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_html() is broken with beautifulsoup4 4.14.0

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

Pandas BUG: rolling().first() and rolling().last() don't work

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

Pandas BUG: incorrect cumsum results for pyarrow on windows

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

Pandas BUG: "boolean value of NA is ambiguous" when doing iloc on nullable integer series

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

下一页
.