Pandas BUG: series.replace(np.nan,..) on categorical series does not replace

[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

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

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

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

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

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

Pandas ENH:

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

[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

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

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

[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

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?

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

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

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

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

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

@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

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

I am trying to add this middleware func CORS () gin.HandlerFunc { return func(context *gin.Context) { context....
上一页 下一页
.