Nineya
Home
Blog
Pandas ENH: DatetimeTZDtype is missing __from_arrow__
2025-02-09 17:10:04
5097
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUILD:
2025-02-09 17:09:57
1213
Installation check[X] I have read the installation guide.PlatformWindows-10-10.0.22621-SP0Installation MethodOtherpandas...
Pandas # DEV: Gitpod integration
2025-02-09 17:09:51
6635
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
2025-02-09 17:09:43
1265
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()
2025-02-09 17:09:34
190
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
2025-02-09 17:09:28
1490
# 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
2025-02-09 17:09:23
2052
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
2025-02-09 17:09:17
3722
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
2025-02-09 17:09:12
2654
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
2025-02-09 17:09:05
1024
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
2025-02-09 17:08:59
7063
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
2025-02-09 17:08:51
2048
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
2025-02-09 17:08:44
847
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
2025-02-09 17:08:39
3347
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
2025-02-09 17:08:32
8308
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
2025-02-09 17:08:26
1860
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
2025-02-09 17:08:17
2892
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
2025-02-09 17:08:11
2974
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
2025-02-09 17:08:05
1760
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
2025-02-09 17:07:58
3479
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
112
113
114
115
116
…
2246
.