Nineya
Home
Blog
Pandas StataReader processes whole file before reading in chunks
2025-02-08 22:50:25
2429
I've noticed that when reading large Stata files using the chunksize parameter the time it takes to create the StataRead...
Pandas BUG: dtype="int64[pyarrow]foobar[pyarrow]" fails to raise
2025-02-08 22:50:20
628
pd.Series(range(3), dtype="int64[pyarrow]foobar[pyarrow]")In ArrowDtype.construct_from_string we do if...
Pandas BUG: test_finalize.py tests failing on master with pytest-randomly
2025-02-08 22:50:15
4538
On Ubuntu18 im seeing a variable number of tests in test_binops failing with empty .attrscc @TomAugspurger Comment From:...
Pandas BUG: columns=[] creates other columns than columns=None on DataFrame construct
2025-02-08 22:50:11
3050
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: pandas 1.5 fails to groupby on (nullable) Int64 column with dropna=False
2025-02-08 22:50:06
5674
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas ENH: Add dtype-support for pandas' type-hinting
2025-02-08 22:50:00
3377
It would be great if you could annotate a series, for example with - def process_series(ser: pd.Series[int, str]) -> ...
Pandas read_sql should convert Numeric to decimals
2025-02-08 22:49:54
3906
pd.read_sql converts columns of type sqlalchemy.Numeric to floats as the below selection appears to suggest. This seems ...
Pandas DOC: improve readability of signature description (type hints)
2025-02-08 22:49:49
5962
Problem descriptionI'm generally grateful for the efficient documentation of pandas, and I like the advancements in the ...
Pandas ENH: Expose type annotations declared in _typing.py
2025-02-08 22:49:23
840
I often use pandas type annotations found in the _typing module: FrameOrSeries, FrameOrSeriesUnion, ...It feels a bit we...
Pandas TYP: FrameOrSeriesUnion
2025-02-08 22:49:17
2396
From the discussion in PR #36409 it was mentioned that it is undesirable to type API functions as NDFrame as this may be...
Pandas CI check each minimum dependency is enforced in *.yaml and environment.yml files
2025-02-08 22:49:12
7809
xref https://github.com/pandas-dev/pandas/pull/50205#discussion_r1046097646If any dependency has a minimum version speci...
Pandas BUG: DataFrame.combine with non-unique columns
2025-02-08 22:49:02
386
# Based on test_combine_datetlike_udfdf = pd.DataFrame({"A": range(5), "B": range(5)})df.columns = [...
Pandas BUG: to_json/read_json with orient="table" does not preserve types with pd.NA
2025-02-08 22:48:57
3759
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.iposinf and isneginf fail when NA types are in data frames
2025-02-08 22:48:51
2333
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas BUG: to_datetime - confusion with timeawarness
2025-02-08 22:48:47
5443
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas PERF: avoid extra copies in ._where
2025-02-08 22:48:42
1096
In NDFrame._where we do # align the cond to same shape as myself cond = common.apply_if_callable(cond, s...
Pandas Pandas' EMA not matching the stock's EMA?QST:
2025-02-08 22:48:36
1974
Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...
Pandas BUG: pd.concat doesn't preserve categorical dtypes
2025-02-08 22:48:29
3886
Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
Pandas CI/TST: Enable -W error:::pandas in pytest during CI runs
2025-02-08 22:48:25
2386
In order to avoid introducing a warning originating from pandas that may be unwanted/false positive in another part of t...
Pandas API: union_categoricals in concat
2025-02-08 22:48:19
4439
Follow up of https://github.com/pydata/pandas/pull/13767 (this part was left out of the final merged version). Summary c...
上一页
下一页
1
…
141
142
143
144
145
…
2246
.