Aurora Blog
Home
Golang x/tools/gopls: new CodeAction: "Replace := with var declaration"
2025-08-02 14:03:58
2468
DescriptionProposal to add a code action that refactors short variable declarations (:=) into explicit var declarations ...
Pandas DEPR: convert_dtypes keywords
2025-08-02 14:03:39
121
Looking at the keywords for convert_dtypes I'm wondering if users actually want it for anything other than dtype_backend...
Pandas Add axis argument to DataFrame.corr
2025-08-02 14:03:38
1305
Location of the documentationhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.corr.htmlDocume...
Pandas API: Expand read_csv dtype for categoricals
2025-08-02 14:03:35
2925
In https://github.com/pandas-dev/pandas/pull/13406 Chris added support for read_csv(..., dtype={'col': 'category'}) (tha...
Pandas ENH: .interval accessor
2025-08-02 14:03:31
1960
similar to how we work with .dt, .str, and .cat accessors, it might be nice to expose an .interval accessor; in particul...
Pandas Groupby.mode() - feature request
2025-08-02 14:03:29
8108
Feature RequestHi,I use pandas a lot in my projects and I got stack with a problem of running the "mode" function (most ...
Pandas ENH: Add Support for GroupBy Numeric Operations
2025-08-02 14:03:27
3838
xref some of the conversation in #20024 right now the following is possibleIn [16]: df = pd.DataFrame([(0, 1), (0, 2), (...
Pandas ENH: Implementing NEP 18's __array_function__
2025-08-02 14:03:25
5091
It would be useful to have __array_function__ support as described in NEP 18 implemented for Pandas objects. This would ...
Pandas Idea: Make pd.Index.values not writable
2025-08-02 14:03:23
17828
Code Sample, a copy-pastable example if possibleimport pandas as pda = pd.DataFrame({"col1": [1, 2, 3]}, index...
Pandas ENH: to_offset "year"/"quarter"/"month"/"day"/...?
2025-08-02 14:03:21
434
In the process of untangling Resolution/FreqGroup/PeriodDtype/Offsets im finding it would be helpful if to_offset("year"...
Pandas QST: "Dummy" is rooted in ableist language
2025-08-02 14:03:20
16834
[x] I have searched the [pandas] tag on StackOverflow for similar questions.[x] I have asked my usage related question o...
Pandas Dask shuffle performance help
2025-08-02 14:03:17
18125
Hi Folks, I'm experimenting with a new shuffle algorithm for Dask dataframe. This is what backs distributed versions of...
Pandas ENH: Include df.attrs in to_csv output
2025-08-02 14:03:13
3638
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Disallow duplicate column names everywhere by default
2025-08-02 14:03:10
1866
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas ENH: Include df.attrs in to_json output
2025-08-02 14:03:08
2468
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas inf comparison doesn't emulate NaN with use_inf_as_null
2025-08-02 14:03:05
2232
Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pdwith pd.option_context('mode.use_in...
Pandas 'base' argument when resampling has no effect
2025-08-02 14:03:03
3441
I seem to encounter the similar issue with #10530 which is marked closed.import pandas as pdimport numpy as npdf = pd.Da...
Pandas ENH: convert masked arrays for Series
2025-08-02 14:03:00
10231
Problem descriptionWhen a Series is constructed from a float32, masked numpy array, calling mean() on a resample produce...
Pandas Read_csv leaks memory when used in multiple threads
2025-08-02 14:02:58
8900
When using read_csv in threads it appears that the Python process leaks a little memory.This is coming from this dask-fo...
Pandas BUG: pd.api.types.is_signed_integer_dtype(np.floating) throws TypeError
2025-08-02 14:02:56
1328
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
上一页
下一页
1
…
168
169
170
171
172
…
386
.