Nineya
Home
Blog
Pandas ENH: str.split is missing from string pyarrow dtype
2025-02-09 17:05:37
1431
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas BUG: is_categorical_dtype returns False for Sparse[category, nan]
2025-02-09 17:05:31
4057
[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: MultiIndex.isin() raises TypeError when given a generator in v2, works in v1.5
2025-02-09 17:05:23
4180
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: apply/agg with dictlike and non-unique columns
2025-02-09 17:05:15
1011
df = pd.DataFrame( {"A": [None, 2, 3], "B": [1.0, np.nan, 3.0], "C": ["foo", ...
Pandas BUG: Index on empty frame should be RangeIndex
2025-02-09 17:05:07
7602
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: read_csv should check if column is already a datetime column before initiating the conversion
2025-02-09 17:04:59
870
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas BUG: AttributeError: CompileError object has no attribute orig
2025-02-09 17:04:52
4793
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DEPR: set_value / get_value
2025-02-09 17:04:45
7997
we already have too many public indexers.....Comment From: blussIs there a fast replacement for set_value? Using loc in ...
Pandas BUG?: Period allows construction from Custom freqs
2025-02-09 17:04:37
605
freq = pd.offsets.CustomBusinessDay(weekmask="Mon Wed Fri")per = pd.Period("2023-04-06", freq=freq)&...
Pandas Grouper should support key from index name (just like groupby supports grouping by index names)
2025-02-09 17:04:30
2869
Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as nprng = pd.date_range('1/1/2018', per...
Pandas BUG: ArrowDtype __from_arrow__ ignores its dtype but converts data to its mapped ArrowDtype
2025-02-09 17:04:23
3811
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas API/ERR/ENH: Allow MultiIndex.from_tuples to handle NaNs
2025-02-09 17:04:16
2964
This is the origin of #23558 and #23677, but IMO worthy to fix in its own right:Trying to create a MultiIndex from a lis...
Pandas BUG: dataframe index not being reset if sort_values called with ignore_index=True
2025-02-09 17:04:10
1493
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Groupby.Apply(Drop_Duplicates) seems buggy
2025-02-09 17:04:02
2182
Code Sample, a copy-pastable example if possibleimport pandas as pda = pd.DataFrame({'a': [1,2,3,1,2,3], 'b': [2,1,2,1,2...
Pandas BUG: infer_freq throws exception on Series of timezone-aware Timestamps
2025-02-09 17:03:56
3721
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: Datetime and Timestamp are not well supported by pd.eval
2025-02-09 17:03:51
12587
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Suggested build_ext command may fail on low-resource machines
2025-02-09 17:03:44
888
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: Pyarrow engine doesn't seem to support \s+ but error message implies it does?
2025-02-09 17:03:36
2924
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas shouldn't mangle_dupe_cols add an underscore rather than a dot in read_csv?
2025-02-09 17:03:30
468
When I use read_csv to read a file which has columns with the same name, the names are amended with .1, .2, etc, when ma...
Pandas ENH: Support mangle_dupe_cols=False in pd.read_csv()
2025-02-09 17:03:24
2091
12935 added full support for duplicate column names (in header or in names) by mangling them. While this has been consi...
上一页
下一页
1
…
114
115
116
117
118
…
2246
.