Nineya
Home
Blog
Pandas API: should reindex on a level introduce NaNs for missing entries per label of other levels?
2025-02-08 22:18:22
4721
Suppose the following dataframe and reindex operation:In [65]: df = pd.DataFrame(np.arange(12).reshape(4,3), columns=pd....
Pandas Meta issue: SAS7BDAT parser improvements
2025-02-08 22:18:17
3078
I have a ~20x SAS7BDAT parser speedup ready to PR. It's a lot of changes. Goal is to avoid Python operations as much as ...
Pandas BUG: Custom __repr__ method not used when printing NamedTuples in DataFrame
2025-02-08 22:18:12
2879
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas CI test_constructor_signed_int_overflow_deprecation failing in 1.5.x branch
2025-02-08 22:18:07
3011
2023-01-12T15:06:13.2825883Z =================================== FAILURES ===================================2023-01-12T...
Pandas ENH: Use explicit arguments in DataFrameGroupBy.describe
2025-02-08 22:18:03
829
Currently DataFrameGroupBy.describe uses **kwargs instead of explicit arguments. These eventually get passed to DataFram...
Pandas BUG: RuntimeWarning emitted when computing quantile on all pd.NA Series
2025-02-08 22:17:57
2893
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: MultiIndex intersection doesn't work with categorical dtypes
2025-02-08 22:17:51
5260
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas pd.eval not correctly evaluating equality of local string variables
2025-02-08 22:17:46
563
Hi,The following evaluates False when I'd expect it to evaluate True.import pandas as pdimport numpy as npdf=pd.DataFram...
Pandas Subplot date ticks appear unevenly spaced with irregular time series
2025-02-08 22:17:41
1153
The problem arises when plotting a time series with irregularly-spaced samples:I created two random time series with equ...
Pandas BUG: Confusing/inconsistent behaviour with .to_sql() when using a custom PostgreSQL search_path
2025-02-08 22:16:54
4142
I came across some confusing/inconsistent behaviour while making adjustments to geopandas to bring it more in line with ...
Pandas DEPR: pandas.io.sql.execute
2025-02-08 22:16:50
5804
There is currently a bug in pandas.io.sql.execute on the main branch (not in any released versions). I created the bug i...
Pandas CI: Python 3.11 pipelines are failing
2025-02-08 22:16:45
2314
https://github.com/pandas-dev/pandas/actions/runs/3899495475/jobs/6659199176FAILED pandas/tests/frame/test_unary.py::Tes...
Pandas pd.concat high memory consumption after read_csv
2025-02-08 22:16:39
6016
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...
Pandas Different behavior of to_replace method between pandas version 0.23.4 and 0.24.2 by changing dtype of series
2025-02-08 22:16:17
3710
Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as np# fails in version 0.24.2 but works...
Pandas BUG: groupby.any and groupby.all returning differing results for groups only containing nulls
2025-02-08 22:16:11
3799
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: pd.concat doesn't copy indexes if with axis=1 and copy=True when they are the same
2025-02-08 22:16:02
2443
Example>>> import numpy as np>>> import pandas as pd>>> a = np.array([1,2,3])>>> c =...
Pandas BUG: pd.Series.str.contains(na=False) not working when entire Series contains nans
2025-02-08 22:15:56
1479
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: is_integer_dtype returns False for integer ArrowDtypes
2025-02-08 22:15:50
2348
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas Series.rmod called with scalar returns inconsistent results based on size of series
2025-02-08 22:15:45
9873
Code Sample, a copy-pastable example if possibleIns1 = pd.Series([2] * 10001, name='long_series').rmod(-1)s2 = pd.Series...
Pandas BUG: timedelta as value to plot barplot raises error
2025-02-08 22:15:41
10487
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页
下一页
1
…
157
158
159
160
161
…
2246
.