Pandas ENH/PERF: add validate parameter to 'Categorical.from_codes' get avoid validation when not needed

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this issue ex...

Pandas Groupy chunks are garbage-collected even if still referenced

Code Sample, a copy-pastable example if possibleIn [2]: df = pd.DataFrame(1, index=list(range(10))*10, columns=[0]).rese...

Pandas DOC: pd.DataFrame.align() join parameter values are insufficiently explained

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas PERF: Selecting columns from MultiIndex no longer consolidates (pandas 2.0 regression?)

Comparing vanilla installs of Pandas 1.5.3 vs 2.0.1 (and also vs 2.0.0) when selecting columns from a DataFrame with col...

Pandas BUG: UDFs with apply returning nanoseconds when compared to native binops that return seconds

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas API: dtype_backend and constructors long-term

On today's dev call we discussed the dtype_backend global option (decided to revert for 2.0) and the use_nullable_dtypes...

Pandas BUG: df.clip does not handle inverted lower/upper bounds consistently

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: integer overflow in csv_reader

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: slicing DatetimeIndex with unused and unordered levels gives incorrect results

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: TemplateNotFound: latex_table.tpl

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_timedelta(pd.NA) raising ValueError

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: json_normalize cannot parse metadata fields list type

Code Sample, a copy-pastable exampletest_data = [ {"values": [1, 2, 3], "metadata": {"listda...

Pandas DOC: Incorrect deprecation in Styler.applymap

Pandas version checks[X] I have checked that the issue still exists on the latest versions of the docs on main hereLocat...

Pandas BUG: first(’2s’) with index with null in middle gives 1st row instead of first 2

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: running apply on a cell with NoneType returns error.

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: rolling do not pass window contains nan to agg function

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: Instantiating pandas._libs.parsers.TextReader segfaults

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: SQLAlchemy 1.4.46 emits warning with pandas 1.5.2, SQLAlchemy 1.4.45 has no warning

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...

Pandas BUG: assert_index_equal does not consider level order

Ref: https://github.com/pandas-dev/pandas/pull/53049#issuecomment-1534094939The following does not raise:index1 = pd.Mul...

Pandas BUG: eval() method does not support some symbols in column name

Pandas version checks[X] I have checked that this issue has not already been reported.[X] I have confirmed this bug exis...
上一页 下一页
.