Pandas ENH: Allow to skip series type check in assert_frame_equal

Feature Type[X] Adding new functionality to pandas[ ] Changing existing functionality in pandas[ ] Removing existing fun...

Pandas BUG: Window.Rolling.std changes significantly

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

Pandas ASV/DEPR: deprecation warnings on using freq in Timestamp

[ 47.57%] ···· For parameters: None, 'B' /home/runner/work/pandas/pandas/asv_bench/benchmarks/tslibs/times...

Pandas DOC replace gitter link in README

In this notehttps://github.com/pandas-dev/pandas/blob/2a2daf787c5bf4015729f6660d189389d3d7dc47/README.md?plain=1#L169let...

Pandas CI: only run pylint in CI

pylint is helping unearth some issues, but it's quite slow, especially for local developmentas brought up on Slack by @j...

Pandas API: allow casting datetime64 to int64?

The original deprecation happened in https://github.com/pandas-dev/pandas/pull/38544This comment is from https://github....

Pandas value_counts: name and index'es name

Good day!s = pd.Series(np.arange(10), name='items')c = s.value_counts()c.name #=> 'items'c.index.name #=> NoneIM...

Pandas BUG: should constructing Index from a Series make a copy?

From a comment of @jbrockmendel at https://github.com/pandas-dev/pandas/pull/41878#issuecomment-881557871:ser = pd.Serie...

Pandas pandas.replace with value numpy.nan causes recursion error on 1.5.1

This appears related to https://github.com/pandas-dev/pandas/issues/45725 which is marked closed but this is highly repr...

Pandas STYLE autoupdate pre-commit

Tomorrow, the autoupdate job will run, and there'll be a couple of updates which'll require some manual fixing:- codespe...

Pandas BUG: Cannot floor/ ceil/ round DST times even though they're not ambiguous

Pandas version checksI have checked that this issue has not already been reported.I have confirmed this bug exists on th...

Pandas Styling console/terminal output

Hello,Since v0.17.1, Pandas have an interesting API for styling Jupyter HTML outputs for Series / DataFrames...https://p...

Pandas QST: Python pandas 1.3.5 to 1.4.0 breaking changes - Got array instead of string

Research[X] I have searched the [pandas] tag on StackOverflow for similar questions.[X] I have asked my usage related qu...

Pandas API: Series[td64].astype("timedelta64[unsupported]")

ser = pd.Series([1e15, 2e15, 3e15], dtype="m8[ns]")first = ser.astype("m8[s]")second = ser.astype(&q...

Pandas BUG: Unclear error message when merging tables and passing invalid option to validate

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

Pandas DataFrame.astype does not handle multiple timezone aware Timestamps

import pandasdf = pandas.DataFrame({'a': [pandas.Timestamp('20200309T120000.000000-0400'), pandas.Timestamp('20200309T13...

Pandas str.replace('.','') should replace every character?

Code Sample (pandas 0.23.0)In [1]:import pandas as pds = pd.Series(['abc','123'])s.str.replace('.','',regex = True)Out [...

Pandas API: is_string_dtype is not strict

https://github.com/pandas-dev/pandas/issues/15533#issuecomment-284270591pandas.types.common.is_string_dtype is not stric...

Pandas BUG: minimum versions CI is failing

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/tests/test_algos.py::TestValueCounts::test_value_counts_normalized failing on ARM tests

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