Nineya
Home
Blog
Pandas BUG: Spurious "FutureWarning: Use pd.to_datetime instead."
2025-02-08 21:53:34
3918
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Int32Dtype will error when filling float values with the function fillna()
2025-02-08 21:53:29
1071
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: can't insert scalar value into empty dataframe
2025-02-08 21:53:25
2874
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas AttributeError: 'pandas._libs.properties.CachedProperty' object has no attribute 'func'QST:
2025-02-08 21:53:21
1902
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas ENH: Use standard lib fromisodatetime to deserialize datetimes
2025-02-08 21:53:16
1813
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas "SpecificationError: nested dictionary is ambiguous in aggregation" in a certain case of groupby-aggregation
2025-02-08 21:53:11
2993
All of these examples for using agg work fine:import pandas as pddf = pd.DataFrame({"A":['A','A','B','B','B'],...
Pandas SeriesGroupBy.nunique raises IndexError for empty Series with categorical variables
2025-02-08 21:53:06
2292
Code Sampledf = pd.DataFrame({'id': ['1001', '1001', '1002', '1002', '1003', '1004', '1005', '1006'], ...
Pandas BUG: Datetimes are no longer rounded with astype("datetime64[...]")
2025-02-08 21:53:01
2421
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Series iteration and to_dict methods *sometimes* return underlying storage type vs. Python object
2025-02-08 21:52:57
3742
Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pds1 = pd.Series({"a": np.i...
Pandas BUG: not possible to 'cumsum' Timedelta with named aggregation
2025-02-08 21:52:52
6081
[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: Computing sys.getsizeof a DataFrame with no columns results in an irrelevant FutureWarning
2025-02-08 21:52:44
2922
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: maybe_convert_objects fails for byte series
2025-02-08 21:52:37
3408
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: cannot replace np.NaN with None any more
2025-02-08 21:52:29
2365
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas CI warning is causing build to fail
2025-02-08 21:52:24
3426
The following shows up in some recent jobs: https://github.com/pandas-dev/pandas/actions/runs/3641110250/jobs/6146658226...
Pandas DOC: styler docs don't render tables properly (chrome, safari)
2025-02-08 21:52:20
541
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas ENH: axis=None option for statistical methods: .min, .max, .median, and so on
2025-02-08 21:51:55
1055
I am a long time user of pandas, thank you for all your hard work. Is your feature request related to a problem?It would...
Pandas BUG/API: Indexes on empty frames/series should be RangeIndex, are Index[object]
2025-02-08 21:51:51
4330
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Empty dataframe created with Index, not RangeIndex
2025-02-08 21:51:47
4420
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas DEPR,VIS: remove custom matplotlib code
2025-02-08 21:51:42
17020
The good - definitely keepBefore talking about what I'd like to remove, here's what I'd like to keep.I love the plotting...
Pandas Bug: groupby(..., observed=True) doesn't respect sort key
2025-02-08 21:51:35
772
df.groupby(..., observed=True) behaves inconsistently for unordered Categoricals:>>> df = pd.DataFrame({'A': pd...
上一页
下一页
1
…
169
170
171
172
173
…
2246
.