Nineya
Home
Blog
Pandas read_html docs inconsistent with behaviour if lxml not installed
2025-02-08 22:29:51
1312
Code Sample, a copy-pastable example if possible>>> dfs = pd.read_html('<table><tr><td>1</...
Pandas BUG:
2025-02-08 22:29:45
554
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas STYLE replace isort with ruff?
2025-02-08 22:29:40
1485
ruff claims to be able to replace isortIs it true?Anyone want to give this a go?Files to modify would be:https://github....
Pandas API: ExtensionArrays and conversion to "native" types (eg in tolist, to_dict, iteration, ..)
2025-02-08 22:29:35
8801
We try to consistently return python objects (instead of numpy scalars) in certain functions like tolist, to_dict, itert...
Pandas BUG: Groupby drops NA even though dropna=False with categorical dtype
2025-02-08 22:29:29
4357
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: sparse.to_coo() with categorical multiindex gives iterators.c:185: bad argument to internal function
2025-02-08 22:29:22
5309
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas API: add ignore_index keyword to dropna() and other similar functions
2025-02-08 22:29:18
696
Code SampleBeforedf = pd.DataFrame({'A': [0, pd.NA, 1]})df.dropna().reset_index(drop=True)Afterdf = pd.DataFrame({'A': [...
Pandas API: any/all logical operation for datetime-like dtypes
2025-02-08 22:29:14
3350
In my attempt to enable DataFrame reductions for ExtensionArrays (and at the same time cleaning up DataFrame._reduce a b...
Pandas Numpy 'inf' values cause pandas.cut to fail
2025-02-08 22:29:09
6314
Code Sample, a copy-pastable example if possibleimport pandas as pdfoo = pd.Series([1, 2, 3,])bar = pd.Series([1, 2, 0])...
Pandas qcut does not handle infinite values correctly
2025-02-08 22:29:04
5367
Calling qcut with infinite values in a pandas Series should be a well-defined operation, but it tends to produce wrong r...
Pandas WARN read_table with infer_datetime_format doesn't show FutureWarning
2025-02-08 22:28:58
3816
Runningimport pandas as pdimport iotimestamp_format = '%Y-%d-%m %H:%M:%S'date_index = pd.date_range(start='1900', end='2...
Pandas DOC: Broadcasting for binary operators
2025-02-08 22:28:16
3469
[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 does not comply with the to_csv format (no support of df.columns.names)
2025-02-08 22:28:11
3624
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: NumPy 1.23.2 may not yet support Python 3.11
2025-02-08 22:28:06
3440
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: build from source does not work anymore ("No section: 'versioneer')
2025-02-08 22:27:57
5083
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas No way with to_json to write only date out of datetime
2025-02-08 22:27:51
6844
Code Sample, a copy-pastable example if possibleIn [2]: pd.Series(pd.to_datetime(['2017-03-15'])).to_csv()Out[2]: '0,201...
Pandas Nightly builds failing since 1/20/2023
2025-02-08 22:27:46
1812
From slack discussion with @lithomas1 :Due to tests we do with pandas-stubs, I found out that our nightly builds are not...
Pandas BUG: DataFrame.append seems to be sorting columns even when sort=False
2025-02-08 22:27:41
5819
[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: objects not converted in DataFrame.convert_dtypes() on empty DataFrame
2025-02-08 22:27:37
5069
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas API/BUG: Behaviour of NA in BooleanArray pow operation
2025-02-08 22:27:32
1116
For IntegerArray, we have some special-case behaviour for NAs in pow operation. For example, 1 ** NA == 1 and not NA as ...
上一页
下一页
1
…
151
152
153
154
155
…
2246
.