Pandas StataReader processes whole file before reading in chunks

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

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

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

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

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

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

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)

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

I often use pandas type annotations found in the _typing module: FrameOrSeries, FrameOrSeriesUnion, ...It feels a bit we...

Pandas TYP: FrameOrSeriesUnion

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

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

# 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

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

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

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

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:

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

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

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

Follow up of https://github.com/pydata/pandas/pull/13767 (this part was left out of the final merged version). Summary c...
上一页 下一页
.