Nineya
Home
Blog
Pandas DOC: Add tips on where to locate a test
2025-02-08 21:51:29
629
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
2025-02-08 21:51:25
2979
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
2025-02-08 21:51:09
6955
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 ?
2025-02-08 21:51:04
3372
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
2025-02-08 21:50:59
2281
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
2025-02-08 21:50:55
1361
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?
2025-02-08 21:50:50
3198
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
2025-02-08 21:50:44
5318
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
2025-02-08 21:50:39
4121
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
2025-02-08 21:50:34
1661
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()
2025-02-08 21:50:24
2942
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
2025-02-08 21:50:17
861
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
2025-02-08 21:50:12
5106
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
2025-02-08 21:50:07
1803
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
2025-02-08 21:50:02
2811
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
2025-02-08 21:49:57
2671
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
2025-02-08 21:49:52
7741
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
2025-02-08 21:49:47
10235
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
2025-02-08 21:49:18
2259
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
2025-02-08 21:49:14
11565
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
上一页
下一页
1
…
170
171
172
173
174
…
2246
.