Nineya
Home
Blog
Pandas PERF: pd.unique much slower now than v1.5.2
2025-02-08 22:54:33
2972
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas BUG: concat behaves differently for some non-unique indexes: Reindexing only valid with uniquely valued Index objects
2025-02-08 22:54:28
5448
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas RLS: pandas 1.5.4
2025-02-08 22:54:22
864
Likely to be release in March, after pandas 2.0. I guess we can decide at that point or later whether we need a 1.5.5 or...
Pandas BUG: tz_localize with Empty DatetimeIndex in MultiIndex
2025-02-08 22:54:16
3728
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas STYLE: replace unwanted-patterns-strings-to-concatenate with ruff
2025-02-08 22:54:11
1063
Task here is:in https://github.com/pandas-dev/pandas/blob/fe85cbfb20f3f360ebba62905b93a6f98bf655c1/pyproject.toml#L201-L...
Pandas BUILD:
2025-02-08 22:54:03
2758
Installation check[X] I have read the installation guide.PlatformmacOS-10.16-x86_64-i386-64bitInstallation Methodpip ins...
Pandas df.to_csv ignores compression when provided with a file handle
2025-02-08 22:53:59
2904
Code at issuewith open(outputfile, "w") as file_handle: df2.to_csv(file_handle, compression='gzip')Problem ...
Pandas BUG: pivot_table generates redundant rows when index columns contain empty strings
2025-02-08 22:53:54
2685
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: improve partial key indexing performance
2025-02-08 22:53:49
2394
Indexing for entries in a series or dataframe with a multi-index has dramatically worse performance when using partial k...
Pandas Series bool ops testing needs fleshing out
2025-02-08 22:53:33
2312
Looks like it's almost all in tests.series.test_operators.test_operators_bitwiseIn particular, op(series, index) will al...
Pandas sort_index for MultiIndex DataFrame silently fill NaN for index column
2025-02-08 22:53:28
3474
Code Samplemi = pd.MultiIndex.from_tuples([['A0', 'B0'],['A0', 'B1'], ['A1', 'B0'],['A1', 'B1'],['A3',...
Pandas BUG: tm.assert_produces_warnings(None) failing to raise
2025-02-08 22:53:23
3471
in tests.indexes.interval.test_constructors test_constructor_dtype if we disable the tm.assert_produces_warning and inst...
Pandas Indexing Code Roundup
2025-02-08 22:53:18
2543
xref #9595 for an overview the the indexing API, this is focused on the state of the code.Needs EyeballsTests are scatte...
Pandas API: make CategoricalDtype.__eq__ stricter
2025-02-08 22:53:13
1208
We allow for partially-initialized CategoricalDtypes to compare as equal to fully-initialized ones, leading to some surp...
Pandas BUG: sort_index on a multiindex changes values of the index
2025-02-08 22:53:09
2733
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DEPR: __invert__ on non-bool dtypes
2025-02-08 22:53:04
663
ATM we allow ~obj with any dtype, but the pyarrow dtypes only allow it with boolean dtype. We should be consistent here...
Pandas ENH: add errors='coerce' to DataFrame.astype
2025-02-08 22:52:59
2806
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Very frustrating not to be able to apply per-column date formats exporting to Excel
2025-02-08 22:52:44
1897
When exporting to Excel, it is possible to add multiple number formats and then use set_column to apply any desired nume...
Pandas API: Signature of UDF methods
2025-02-08 22:52:39
1998
There are many signatures of pandas methods that take a UDF. If I've missed methods, please let me know and will update....
Pandas DOC: groupby Automatic exclusion of “nuisance” columns
2025-02-08 22:52:33
2970
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
上一页
下一页
1
…
139
140
141
142
143
…
2246
.