Aurora Blog
Home
Pandas BUG: series.replace(np.nan,..) on categorical series does not replace
2025-09-06 14:03:54
5113
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas ENH: support pd.NA in "category" dtype
2025-09-06 14:03:52
1517
Feature Type[x] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas Please consider using DeprecationWarning rather than FutureWarning for API changes
2025-09-06 14:03:48
22679
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: pd.options.future.no_silent_downcasting is not backward compatible
2025-09-06 14:03:46
1829
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Better display of negative Timedelta
2025-09-06 14:03:44
2930
Code Sample, a copy-pastable example if possibleIn [2]: pd.to_timedelta(0, unit='ms') - pd.to_timedelta(123, unit='ms')O...
Pandas ERR: numeric_only in reduction operations should disallow passing non-bools
2025-09-06 14:03:42
2997
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH:
2025-09-06 14:03:38
2442
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: Interpolate over time does not work with Int64 or Float64
2025-09-06 14:03:36
5783
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas Series pct_change fill_method behavior
2025-09-06 14:03:32
1971
In[2]: import pandas as pd ...: import numpy as np ...: pd.__version__Out[2]: u'0.23.4'In[3]: ts = pd.Series([np.nan, ...
Pandas BUG: PeriodIndex.to_timestamp inconsistent with its docstring
2025-09-06 14:03:30
3352
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: timestamp subtraction of business hour offset (BH) is incorrect
2025-09-06 14:03:28
4132
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas Reading SAS time variables
2025-09-06 14:03:26
6230
Code Sample, a copy-pastable example if possibleProblem descriptionI tried to search to see if this issue was raised bef...
Pandas ENH: Make ExtensionDtype.numpy_dtype part of the interface?
2025-09-06 14:03:18
244
pandas.ArrowDtype and nullable types define numpy_dtype to express the analogous NumPy type. Should ExtensionDtype.numpy...
Pandas Applying on empty DataFrame returns different types
2025-09-06 14:03:14
3402
Code Sampleimport pandas as pddf = pd.DataFrame(columns = ['a', 'b'])def foo(row): return Truedef bar(row): row['a...
Pandas ENH: reading Parquet with PyArrrow : read_parquet equivalent of date_as_object=False
2025-09-06 14:03:08
1455
Feature Type[ ] Adding new functionality to pandas[x] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: pd.json_normalize error when non-string keys are used in arguments
2025-09-06 14:03:05
5467
Pandas version checks[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exis...
Pandas BUG: Incorrect Future warning using a logical operation between two pyarrow boolean series
2025-09-06 14:03:03
4021
Reproducible Exampleimport pandas as pdindex_2000 = pd.date_range("2000-01-01", periods=2, freq="YS"...
Pandas Unable to build from source with Python 3.14 free-threading and Cython 3.1.0a1
2025-09-06 14:03:01
99865
@clin1234 ➜ /workspaces $ venv/bin/pip install -U --pre pandasCollecting pandas Using cached pandas-2.2.3.tar.gz (4.4 M...
Pandas PERF: cache interleaved_dtype in fast_xs
2025-09-06 14:02:59
234
Repeated calls to df.iloc[n] go through fast_xs which will call interleaved_dtype each time with the same arguments. We...
Gin grouping routes and middleware not working
2025-09-06 14:02:49
6478
I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....
上一页
下一页
1
…
6
7
8
9
10
…
312
.