Pandas BUG: DataFrame[interval[td64]] transpose fails

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

[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

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

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?

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

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

Code Sample, a copy-pastable example if possible&gt;&gt;&gt; import pandas as pd&gt;&gt;&gt; pd.__version__'1.1.0.dev0+2...

Pandas BUG: pd.Index.str.split has an unexpected return type with expand=True

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

print(pd.__version__)jsn={'_id':{'a1':10,&quot;l2&quot;:{&quot;l3&quot;:0}}, &quot;gg&quot;:4}display(pd.json_normalize(...

Pandas DOC replace notebook with rst file?

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

Location of the documentationhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.equals.htmlDocu...

Pandas QST: Better pd.melt usage / alternative

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

In https://github.com/pandas-dev/pandas/pull/48759/files we're introduced pylint, but have turned off its warnings as th...

Pandas BUG:

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

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'>)

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

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas WEB: JupyterLite terminal too slow

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

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

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
上一页 下一页
.