Nineya
Home
Blog
Pandas BUG: series created from pyarrow array with date32 type in 1.5rc0 can be created but not displayed
2025-02-09 17:19:23
6274
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: clip raises when using extension array dtypes
2025-02-09 17:19:16
2735
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: date_range from tz localized start date is wrong
2025-02-09 17:19:08
5147
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: interchange.from_dataframe doesn't work with large_string
2025-02-09 17:18:56
3427
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: missed behavior explaination of sort=False for groupby
2025-02-09 17:18:50
2577
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: boolean commutativity broken with a Series with object dtype with boolean values and None (can be returned from .str boolean methods)
2025-02-09 17:18:42
4499
[X ] I have checked that this issue has not already been reported. (sorry if I missed it)[X ] I have confirmed this bug ...
Pandas BUG: dtype not working with datetime64
2025-02-09 17:18:35
4256
[x] I have checked that this issue has not already been reported.Root cause of issue #32802 might be the trouble I repor...
Pandas ENH: tz_convert with non-hour shifts from UTC
2025-02-09 17:18:27
1829
Feature Type[X] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas API: astype mechanism for extension arrays
2025-02-09 17:18:20
61640
In https://github.com/pandas-dev/pandas/pull/22343, we're bumping into a few problems around casting to / from extension...
Pandas BUG: category index levels casted to non-category dtype in merge
2025-02-09 17:18:12
3260
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas IntervalIndex level in MultiIndex does not work as expected
2025-02-09 17:18:03
10467
I am trying to index data frame with a MultiIndex with constituent IntervalIndexExampleii = pd.IntervalIndex.from_arrays...
Pandas DOC: index_col parameter of pandas.read_excel can be types other than int
2025-02-09 17:17:54
496
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas column names with leading underscores with df.itertuples cause AttributeError when accessed
2025-02-09 17:17:47
3788
Code Sample, a copy-pastable example if possibledata = [['Alex',10],['Bob',12],['Clarke',13]]df = pd.DataFrame(data, col...
Pandas BUG: index map leading to ValueError: Reindexing only valid with uniquely valued Index objects
2025-02-09 17:17:39
16684
I am using Pandas 1.1.5 and get to the error ValueError: Reindexing only valid with uniquely valued Index objects.Here i...
Pandas BUG: resample on empty DataFrame leads to ValueError
2025-02-09 17:17:32
1079
Before version 2.0.0 I was able to resample an empty DataFrame with DateTimeIndex. Now it leads to a ValueError. Is that...
Pandas BUG: reset_index() Fails on a Series/DataFrame Object that has "False" (bool type) as the Index Name
2025-02-09 17:17:22
4779
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas from_dict / to_dict should accept same orient parameter
2025-02-09 17:17:15
4019
Hello,pd.DataFrame.to_dict accepts orient parameter in['dict', 'list', 'series', 'split', 'records', 'index'] (default b...
Pandas Assigning column with DataFrame(dtype='category') doesn't preserve categorical dtype, but Series does
2025-02-09 17:17:07
4094
Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame([1,2,3])df['col1'] = pd.DataFrame([...
Pandas BUG: failing tests in pyarrow with pandas nightly
2025-02-09 17:16:59
6679
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: chained .relabel_index and .format_index leads to old index
2025-02-09 17:16:52
3818
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
109
110
111
112
113
…
2246
.