Nineya
Home
Blog
Pandas huge memory allocation and slowdown when indexing
2025-02-08 23:17:42
4793
Code Sample, a copy-pastable example if possibleTo run this code you'll need a somewhat large matrix. You can get my ex...
Pandas BUG: exclude object columns in DataFrame resample even if they are numeric
2025-02-08 23:17:38
3351
xref #3087xref #12537 i have a dataframe like this df2011-01-07 14:51:00 42882011-01-07 14:52:00 42622011-01-07 ...
Pandas COMPAT: numexpr interop of logical operations with non-boolean dtypes
2025-02-08 23:17:33
2279
#### Code Sample, a copy-pastable example if possible# encoding: UTF-8import pandas as pdimport numpy as npdata1 = {&quo...
Pandas BUG: inconsistent DataFrame.agg behavoir when passing as kwargs numeric_only=True
2025-02-08 23:17:28
20009
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Series[datetime64/timedelta64] bool ops broken
2025-02-08 23:17:22
3241
dti = pd.date_range('2016-01-01', periods=3)ser = pd.Series(dti)tr = np.array([True, True, True])>>> ser & ...
Pandas BUG: python crashes on filtering with .loc on boolean Series with dtype_backend=pyarrow on some dataframes.
2025-02-08 23:17:16
6277
This bug is related to pandas 2.0. On 1.5.3 (with numpy as dtype backend) everything works.Pandas version checks[X] I ha...
Pandas Categorical columns are slow in groupby operations
2025-02-08 23:17:11
5885
Code Sample, a copy-pastable example if possibleimport pandas as pdimport randomSIZE = 100000GROUPS = 10000 # The large...
Pandas DOC: ddof in cov when nans present
2025-02-08 23:17:04
1041
Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...
Pandas BUG: Incorrect IntervalIndex.is_overlapping
2025-02-08 23:16:59
5022
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DEPR: flags
2025-02-08 23:16:55
1514
Splitting discussion off from #51280 PR #52153The checking and propagation of flags in __finalize__ means a small-but-ev...
Pandas BUG/COMPAT: assert_* functions failing with nested arrays and latest numpy
2025-02-08 23:16:50
4708
When using the latest nightly numpy (1.25.0.dev0+..), we are getting some errors in the pyarrow test suite, that come fr...
Pandas BUG: pd.ExcelWriter(.., mode="a", if_sheet_exists="overlay") gives unexpected result
2025-02-08 23:16:45
2444
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas DOC: Reshaping Improvement
2025-02-08 23:16:37
1215
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.transform doesn't raise on missing arguments
2025-02-08 23:16:29
12618
For Example, fillna requires method kwarg to be specified. the frame methodraises an exception if it is missing, but tra...
Pandas API/DES: Non-Nanosecond Tracker
2025-02-08 23:16:23
14278
Support for non-nanosecond timedelta64, datetime64, and datetime64tz is coming along. The next big planned steps are to...
Pandas BUG: comparing pd.Timedelta with timedelta.max fails
2025-02-08 23:16:18
3167
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: DataFrame.convert_dtypes() converting object to pd.ArrowDtype instead of pd.StringDtype
2025-02-08 23:16:13
7215
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas API for splitting pandas objects
2025-02-08 23:16:09
3422
http://stackoverflow.com/questions/17315737/split-a-large-pandas-dataframerelated #414Comment From: jrebackrelated #3066...
Pandas DOC: Series type int to float upcasting on an apply
2025-02-08 23:16:03
2395
Add to advanced groupby sections docsThis seem a little strange, here the integer column N is upcast when using an apply...
Pandas BUG or as expected/designed?: Generating and calculation with timestamps out of bound?
2025-02-08 23:15:58
3709
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
127
128
129
130
131
…
2246
.