Pandas BUG: DataFrame.update do not preserve string dtype

[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exists on the latest vers...

Pandas Sample ExtensionArray.take implementation doesn't correctly handle scalars

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas BUG: pandas.DataFrame.replace silently fails to replace category type columns.

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

Pandas BUG: categorical Series.map() errors when mapping to tuples.

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

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...
上一页 下一页
.