Nineya
Home
Blog
Pandas BUG: DataFrame[interval[td64]] transpose fails
2025-02-08 21:43:19
780
tdi = pd.timedelta_range("0 Days", "3 Days")ii = pd.IntervalIndex.from_breaks(tdi)ii = ii.insert(-1,...
Pandas BUG: Construction of Series with NAs and interval-of-datetime dtype raises error
2025-02-08 21:43:15
5075
[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: DatetimeIndex(dt64_unsupported) raises
2025-02-08 21:43:11
938
vals = [np.datetime64(1, "D")]>>> pd.DatetimeIndex(vals, tz="US/Pacific")Traceback (most re...
Pandas BUG: df.to_excel fails for "border-style: hair" with xlsxwriter
2025-02-08 21:43:07
3427
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Use entrypoints as an alternative to register_extension_dtype?
2025-02-08 21:43:03
5699
Right now, pandas let's you register your extension dtype. This does a few things, but the primary one is letting find y...
Pandas BUG: np.issubdtype(ea_dtype, ...) raises TypeError: Cannot interpret '<EADtype>' as a data type
2025-02-08 21:42:59
4357
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas IntervalArray equality with wrong length Iterable raises TypeError
2025-02-08 21:42:54
2034
Code Sample, a copy-pastable example if possible>>> import pandas as pd>>> pd.__version__'1.1.0.dev0+2...
Pandas BUG: pd.Index.str.split has an unexpected return type with expand=True
2025-02-08 21:42:48
3393
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas json_normalize - incorrect removing separator from beginning of key
2025-02-08 21:42:43
690
print(pd.__version__)jsn={'_id':{'a1':10,"l2":{"l3":0}}, "gg":4}display(pd.json_normalize(...
Pandas DOC replace notebook with rst file?
2025-02-08 21:42:39
1066
There's a single Jupyter Notebook in pandas:https://github.com/pandas-dev/pandas/blob/428540bcc57c8e9b2f260abf198cec82fd...
Pandas DOC: DataFrame.equals: (row) indices are also compared
2025-02-08 21:42:32
1401
Location of the documentationhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.equals.htmlDocu...
Pandas QST: Better pd.melt usage / alternative
2025-02-08 21:42:28
1110
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas STYLE fix pylint issues
2025-02-08 21:42:14
22098
In https://github.com/pandas-dev/pandas/pull/48759/files we're introduced pylint, but have turned off its warnings as th...
Pandas BUG:
2025-02-08 21:42:04
1442
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Table Visualization gets Error for cell
2025-02-08 21:41:58
438
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas Pandas can't handle zipfile.Path objects (ValueError: Invalid file path or buffer object type: <class 'zipfile.Path'>)
2025-02-08 21:41:54
4176
This is reproducible in current latest Pandas 1.5.2.In Python the zipfile.Path class is intendent to act similar (but no...
Pandas ENH: Adding pd.options.observed_true_on_all_groupbys
2025-02-08 21:41:49
2245
Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas WEB: JupyterLite terminal too slow
2025-02-08 21:41:44
3298
The Try it in your browser terminal in the https://pandas.pydata.org/getting_started.html page, seems to be too slow to ...
Pandas DOC: A very small typo error
2025-02-08 21:41:39
949
Pandas version checks[x] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas QST: Pandas read_excel parsing in wrong format
2025-02-08 21:41:34
1634
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
上一页
下一页
1
…
173
174
175
176
177
…
2246
.