Pandas API: should reindex on a level introduce NaNs for missing entries per label of other levels?

Suppose the following dataframe and reindex operation:In [65]: df = pd.DataFrame(np.arange(12).reshape(4,3), columns=pd....

Pandas Meta issue: SAS7BDAT parser improvements

I have a ~20x SAS7BDAT parser speedup ready to PR. It's a lot of changes. Goal is to avoid Python operations as much as ...

Pandas BUG: Custom __repr__ method not used when printing NamedTuples in DataFrame

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

Pandas CI test_constructor_signed_int_overflow_deprecation failing in 1.5.x branch

2023-01-12T15:06:13.2825883Z =================================== FAILURES ===================================2023-01-12T...

Pandas ENH: Use explicit arguments in DataFrameGroupBy.describe

Currently DataFrameGroupBy.describe uses **kwargs instead of explicit arguments. These eventually get passed to DataFram...

Pandas BUG: RuntimeWarning emitted when computing quantile on all pd.NA Series

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

Pandas BUG: MultiIndex intersection doesn't work with categorical dtypes

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

Pandas pd.eval not correctly evaluating equality of local string variables

Hi,The following evaluates False when I'd expect it to evaluate True.import pandas as pdimport numpy as npdf=pd.DataFram...

Pandas Subplot date ticks appear unevenly spaced with irregular time series

The problem arises when plotting a time series with irregularly-spaced samples:I created two random time series with equ...

Pandas BUG: Confusing/inconsistent behaviour with .to_sql() when using a custom PostgreSQL search_path

I came across some confusing/inconsistent behaviour while making adjustments to geopandas to bring it more in line with ...

Pandas DEPR: pandas.io.sql.execute

There is currently a bug in pandas.io.sql.execute on the main branch (not in any released versions). I created the bug i...

Pandas CI: Python 3.11 pipelines are failing

https://github.com/pandas-dev/pandas/actions/runs/3899495475/jobs/6659199176FAILED pandas/tests/frame/test_unary.py::Tes...

Pandas pd.concat high memory consumption after read_csv

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

Pandas Different behavior of to_replace method between pandas version 0.23.4 and 0.24.2 by changing dtype of series

Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as np# fails in version 0.24.2 but works...

Pandas BUG: groupby.any and groupby.all returning differing results for groups only containing nulls

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

Pandas API/BUG: pd.concat doesn't copy indexes if with axis=1 and copy=True when they are the same

Example>>> import numpy as np>>> import pandas as pd>>> a = np.array([1,2,3])>>> c =...

Pandas BUG: pd.Series.str.contains(na=False) not working when entire Series contains nans

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

Pandas BUG: is_integer_dtype returns False for integer ArrowDtypes

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

Pandas Series.rmod called with scalar returns inconsistent results based on size of series

Code Sample, a copy-pastable example if possibleIns1 = pd.Series([2] * 10001, name='long_series').rmod(-1)s2 = pd.Series...

Pandas BUG: timedelta as value to plot barplot raises error

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