Pandas TYP: use Self for type checking

We recently upgraded the mypy requirement to mypy v1.0. One of the new capabilities of mypy 1.0 is that it can now type ...

Pandas ENH: More helpful error messages for merges with incompatible keys

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

Pandas Series.replace fails to replace value

Code Sample, a copy-pastable example if possibleIn [93]: ser.eq('nil').sum()Out[93]: 1In [94]: ser.replace('nil', pd.NA)...

Pandas BUG: Series.astype(np.integer) doesn't show numpy warning

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

Pandas BUG: pandas is using absolute from pandas._libs cimport and is shipping broken private .pxd files

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

Pandas API: Make 'D' & offsets.Day always operate as calendar day instead of 24 Hour

From 2021-06-09 dev call, new discussion of https://github.com/pandas-dev/pandas/issues/22864Problem: Frequency string ...

Pandas typing_extensions

ATM we vendor typing_extensions but mypy doesnt recognize it, so we can't actually use it. We should either remove it o...

Pandas to_parquet() method fails even though column names are all strings

Problem descriptionWhile attempting to serialize a pandas data frame with the to_parquet() method, I got an error messag...

Pandas BUG: Incorrect parsing of ISO 8601 durations strings in Timedelta constructor

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

Pandas CI/TST: Avoid xfail(strict=False) in test_round_sanity

Patched in https://github.com/pandas-dev/pandas/pull/47803Comment From: mroeschkeAgain made less strict in https://githu...

Pandas Groupby multiple columns causes agg to have precision loss on int64

Code Sample, a copy-pastable example if possibleimport pandas as pddf=pd.DataFrame({ "KEY1": ["KEY1&qu...

Pandas DOC: Single Document For Code Guidelines

Location of the documentationhttps://pandas.pydata.org/docs/development/code_style.htmlhttps://pandas.pydata.org/pandas-...

Pandas STYLE: Add auto fix to ruff

How about add fix/autofix ruff?I recently worked on STYLE enable ruff TCH and found that ruff reports some error could (...

Pandas BUG: Colors must be aRGB hex values

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

Pandas BUG: with mode.dtype_backend='pyarrow', convert_dtypes doesn't convert indexes

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

Pandas PERF: Investivate potential performance improvements for rolling min/max

https://github.com/pandas-dev/pandas/pull/36567 eliminated fixed rolling window algorithms and unfortunately had a ~3x p...

Pandas TST: Fix check_stacklevel=False in extensions/test_string.py for pyarrow PerformanceWarning

Avoid check_stacklevel=False calls made in https://github.com/pandas-dev/pandas/pull/48171 if possibleComment From: mroe...

Pandas CI: Investigate slow macOS build time for Python Dev build

Currently take 31 minutes as opposed to 13/4 minutes on Linux/Windowshttps://github.com/pandas-dev/pandas/actions/runs/3...

Pandas TYP: NDFrame.align is wrong

NDFrame.align is annotated as def align(self: NDFrameT, other: NDFrameT, ...) -> NDFrameT: but actually other does no...

Pandas CI/BLD: Flaky ImportError undefined symbol: pandas_datetime_to_datetimestruct

This ImportError has been appearing in a few builds lately e.g.https://github.com/pandas-dev/pandas/runs/6819149053?chec...
上一页 下一页
.