Pandas DOC: Add tips on where to locate a test

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

Pandas df autosorts rows on construction with OrderedDict of OrderedDicts

from collections import OrderedDictimport pandas as pddata = OrderedDict([('ele2', OrderedDict([('b', 1), ('a', 2)])), ...

Pandas Groupby.transform returns data with incorrect indexing when grouping on categoricals with missing values

Code Sample, a copy-pastable example if possibleimport pandas as pdfrom pandas.api.types import CategoricalDtypecat1_typ...

Pandas API: disallow div/floordiv/pow operators for BooleanArray ?

Currently, for the plain bool dtype we explicitly check for some operations and raise an error, while those actually wor...

Pandas VIS: Can't set xlabel/ylabel on histogram

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.corrwith with as_index=False may not include grouping column

E.g.df = DataFrame({"a": [1, 1, 2, 2], "b": range(4)})gb = df.groupby("a", as_index=False)...

Pandas API: Should DataFrame constructor allow sets for index and columns?

While looking into some typing issues, I found that the following code works:import pandas as pddf = pd.DataFrame([[1, 2...

Pandas REGR: assigning scalar with a length no longer works

Assigning a value to a single location in a DataFrame (using .loc with scalar indexers) started to fail with "values wit...

Pandas BUG: DataFrame.from_records fails when the argument is Series with integer indices not containing 0

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

Pandas DOC: line breaks in long signatures

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

Pandas [FR] add option to format \hline in to_latex()

Please considering add a parameter to allow users to add \hline to the latex output so that each two rows will have a ho...

Pandas ENH: .merge - specify string literals for .merge how keyword

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

Pandas BUG: Assignment to a .loc view of a naive datetime column changes its dtype to object

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

Pandas DOC: Docs for groupby.transform() should mention that function parameter can be a string in transform

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

Pandas BUG: Groupby() as_index=False not working in pandas version1.5.1

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

Pandas ENH: Error if users provide a negative min_count for reductions

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

Pandas BUG: Plotly scatter plots no longer produce color correctly, color alias for c in 1.5

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

Pandas QST: Pandas .agg vs .aggregate behavior

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

Pandas BUG: to_datetime fails with np.datetime64 and non-ISO format

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

Pandas QST: Prerequisites to understand pandas-dev/pandas repo

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