Pandas ENH: DatetimeTZDtype is missing __from_arrow__

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

Pandas BUILD:

Installation check[X] I have read the installation guide.PlatformWindows-10-10.0.22621-SP0Installation MethodOtherpandas...

Pandas # DEV: Gitpod integration

We would like to introduce gitpod integration, as a development environment quick start.Gitpod can provide new contribut...

Pandas DOC/CI: fix doc build with Python 3.9

The doc build was failing on master (/home/runner/work/pandas/pandas/doc/source/reference/api/pandas.Series.dt.rst: WARN...

Pandas DEP: Deprecate Series.view()

Not really sure what you'd use it for and the behavior with the dtype is kind of weird. So I'd suggest deprecating it.If...

Pandas BUG: Index values not read-only

# Your code heredf = pd.DataFrame({'a': [1,2,3]}, index=[4,5,6])df.loc[4, :]Out[93]: a 1Name: 4, dtype: int64df.index...

Pandas DOC: Float64Index.get_loc is deprecation warning somewhat dangerous

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: dtype conversion fails on loc after pivot

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

Pandas DOCS: series.astype return error when a datetime64 (unitless) series astype numpy.datetime64

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

Pandas API: rename DataFrame.applymap -> DataFrame.map

I propose deprecating DataFrame.applymap and move its functionality to a new DataFrame.map method. The name map will bet...

Pandas BUG: pd.DataFrame.from_records() raises a KeyError if passed a string index and an empty iterable

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

Pandas ENH: pandas.core.groupby.SeriesGroupBy.apply allow raw argument

Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas API: use na_value from CategoricalDtype.categories in Categorical

Currently, the Categorical nan value is hard-coded to np.nan. I propose making the CategoricalDtype.na_value take its va...

Pandas BUG: pandas adds unexisting decimals

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

Pandas BUG: Can't floor timezone aware DatetimeIndex

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

Pandas BUG: DataFrame.to_string() creates extra space for string dtypes

pd.__version__'0.12.0.dev-6a0b9ec'exdf = pd.DataFrame([["aoe",12,3.14],["qjk",34,5.67]])exdf.columns...

Pandas ENH: class_column should be optional in pandas.plotting.parallel_coordinates

Is your feature request related to a problem?Currently class_column is a required argument for pandas.plotting.parallel_...

Pandas BUG: MultiIndex.sortlevel not working correctly after MultiIndex.set_levels

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

Pandas BUG: ExtensionArray formatting of datetime-like forces nanosecond precision

When passing in an ExtensionArray column into the formatting code, we always do a cast with numpy.asarray(…) and then re...

Pandas BUG: Values in DataTimeProperties.days overflowing due to int32 restriction in pandas-2.0

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