Pandas DEPR: LatexFormatter in DataFrame.to_latex in favour of Styler

The tracker of items needed to do before deprecating DataFrame.to_latex().[x] acceptance of the jinja2 requirement for L...

Pandas BUG: Latex fails to render in Jupyter Notebook (in VS Code)

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: accessing .dtypes in a subclass constructor with large frames causes infinite loop

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas "TypeError: unorderable types" in Python3 when index values are dict keys of tuples or tuples with non-homogeneous dtypes

Code Sample, a copy-pastable example if possibleIn [2]: from collections import OrderedDictIn [3]: param_index = Ordered...

Pandas BUG: interchange categorical_column_to_series() should not accept only PandasColumn

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: pd.read_hdf leaves files open if it raises an IndexError exception

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas Filtering dataframe with sparse column leads to NAs in sparse column

Code Sample, a copy-pastable example if possibleimport pandas as pddf1 = pd.DataFrame({"A": pd.SparseArray([0,...

Pandas ENH: add Series.histogram wrapping numpy.histogram

Code Sample, a copy-pastable example if possibleimport numpy as npimport pandas as pdnp.random.seed(3)s = pd.Series(np.r...

Pandas BUG: iterrows encounters OverflowError with str and datetime64[ns] columns

[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: setitem with ArrayManager not preserving PeriodDtype

cc @jorisvandenbossche this is coming up the quantile tests with --array-managerindex = pd.period_range("2016-01-01...

Pandas Inconsistent behavior when DataFrame with strings and None is created from lists or dictionary.

Code Sampleimport pandas as pdpd.__version__# df created from list, None is casted to strdf = pd.DataFrame(["1&quot...

Pandas BUG: dt.total_seconds() gives the wrong number of seconds

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas DOC: converting Index object with duplicate entries into a set

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: iloc.__setitem__ with a numpy array throws a TypeError expecting 1-D list

[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...

Pandas PERF: concat slow, manual concat through reindexing enhances performance

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...

Pandas DOC: overall improvement of docstrings

This is a general issue, to have as a starting point for (new) contributors to improve the docstrings (many docstrings h...

Pandas BUG(?): ArrowExtensionArray.median is an "approximate median"

ArrowExtensionArray.median is implemented using pyarrow.compute.approximate_median which might produce surprising result...

Pandas BUG: Dropping element from unique IntervalIndex raises InvalidIndexError: Reindexing only valid with uniquely valued Index objects

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUILD: 2.0.0 Cannot install with poetry

Installation check[X] I have read the installation guide.PlatformWindows-10-10.0.22000-SP0Installation MethodOtherpandas...

Pandas BUG: .drop() doesn't parse strings for DatetimeIndex.

Needs to coerce:e.g.In [1]: import pandas.util.testing as tmIn [2]: pan = tm.makePanel()In [3]: panOut[3]:<class 'pan...
上一页 下一页
.