Nineya
Home
Blog
Pandas Series.map on a categorical does not process missing values
2025-02-08 23:27:21
1818
Code Sample>>> pd.Series(['Pandas', 'is', np.nan], dtype='category').map(lambda x: len(x) if x == x else -1)0 ...
Pandas BUG/API: Categorical.map & CategoricalIndex.map have no 'na_action' kwarg
2025-02-08 23:27:17
337
[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: read_csv error
2025-02-08 23:27:12
1364
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Add method='nearest' to fillna
2025-02-08 23:27:02
1737
This should be a pretty straightforward followup on #9258 that will allow us to also support align with method='nearest'...
Pandas DOC/BUG? pivot functionality confusing/inconsistent
2025-02-08 23:26:56
5295
The docstring of the (non-member) pivot() function, http://pandas.pydata.org/pandas-docs/stable/generated/pandas.pivot.h...
Pandas STYLE rename fixtures and enable redefined-outer-name on tests
2025-02-08 23:26:52
937
What's blocking this checkhttps://github.com/pandas-dev/pandas/blob/45bd6372f24edccf68c2a5d05224295e805bde80/.pre-commit...
Pandas DOC: backslash removed for read_clipboard
2025-02-08 23:26:47
1937
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: pandas.Index cannot be subclassed (despite saying it can be in the docs)
2025-02-08 23:26:42
4277
[x] I have checked that this issue has not already been reported.[x] I have confirmed this bug exists on the latest vers...
Pandas DEPR: subclassing Index
2025-02-08 23:26:37
447
In theory we support subclassing Index, but that support is spotty (xref #15258, #37882). Now that we allow arbitrary E...
Pandas Subclassing pandas.Index
2025-02-08 23:26:32
3006
@spencerkclark is working on a custom pandas.Index subclass for xarray (see https://github.com/pydata/xarray/issues/1084...
Pandas ENH: CategoricalDtype __repr__ should show dtype of categories
2025-02-08 23:26:27
1079
Feature Type[ ] Adding new functionality to pandas[X] Changing existing functionality in pandas[ ] Removing existing fun...
Pandas pd.read_fwf fails with file pointer to url
2025-02-08 23:26:22
3953
Code Sample, a copy-pastable example if possible# Your code hereimport urllib.requestimport pandas as pdurl='ftp://ftp.n...
Pandas Issue pyodbc and to_sql HIVE
2025-02-08 23:26:17
2959
Code Sample, a copy-pastable example if possibleengine_clus= pyodbc.connect(connection_string, autocommit=True)df.to_sql...
Pandas BUG: Inconsistent behavior with bitwise operations on Series with np.array vs. list
2025-02-08 23:26:12
2860
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Comparison with Spark DataFrame
2025-02-08 23:26:07
433
It may be nice to have a doc like "Comparison with R / SQL"?- https://databricks.com/blog/2015/02/17/introducing-datafra...
Pandas Box Plot X Axis Labels
2025-02-08 23:26:02
889
It would be nice if there was an option to have box plot X axis labels match line plot's X axis labels. Specifically, w...
Pandas IO: ensure compatibility with 01-24 date formats
2025-02-08 23:25:57
1076
In many engineering and measurement applications, the time is counted from 01-24 to indicate the end of a measurement or...
Pandas Pandas read_sql_query with SQLAlchemy 2
2025-02-08 23:25:52
1139
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas Test warnings on 32bit build
2025-02-08 23:25:47
18459
See https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=30468&view=logs&j=fd89438c-1fd3-5981-222e-115...
Pandas 32bit with recent matplotlib 2.1.1 MemoryError: In draw_markers: Out of memory
2025-02-08 23:25:41
2240
Code Sample, a copy-pastable example if possibleWhile building pandas packages for Debians, where we set matplotlib's ba...
上一页
下一页
1
…
122
123
124
125
126
…
2246
.