Nineya
Home
Blog
Pandas TYP: use Self for type checking
2025-02-08 23:05:23
2656
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
2025-02-08 23:05:17
2455
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Series.replace fails to replace value
2025-02-08 23:05:12
13725
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
2025-02-08 23:05:07
3204
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
2025-02-08 23:05:02
4434
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
2025-02-08 23:04:57
2697
From 2021-06-09 dev call, new discussion of https://github.com/pandas-dev/pandas/issues/22864Problem: Frequency string ...
Pandas typing_extensions
2025-02-08 23:04:52
8203
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
2025-02-08 23:04:46
6986
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
2025-02-08 23:04:40
4719
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
2025-02-08 23:04:36
366
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
2025-02-08 23:04:31
4616
Code Sample, a copy-pastable example if possibleimport pandas as pddf=pd.DataFrame({ "KEY1": ["KEY1&qu...
Pandas DOC: Single Document For Code Guidelines
2025-02-08 23:04:26
6975
Location of the documentationhttps://pandas.pydata.org/docs/development/code_style.htmlhttps://pandas.pydata.org/pandas-...
Pandas STYLE: Add auto fix to ruff
2025-02-08 23:04:21
1071
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
2025-02-08 23:04:15
849
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
2025-02-08 23:04:10
4444
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
2025-02-08 23:04:05
380
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
2025-02-08 23:03:58
158
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
2025-02-08 23:03:53
381
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
2025-02-08 23:03:48
757
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
2025-02-08 23:03:44
7398
This ImportError has been appearing in a few builds lately e.g.https://github.com/pandas-dev/pandas/runs/6819149053?chec...
上一页
下一页
1
…
133
134
135
136
137
…
2246
.