Pandas BUG: timestamps are formatted without zero-padded years

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

Pandas BUG: column on which to calculate the rolling window not excluded from result

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

Pandas BUG: pd.isnull treats list and tuple input differently

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

Pandas Accept index in addition to list for set_index

Running this code generates an error, since columns are now considered an Index and not a list. I'm not sure if the erro...

Pandas DOC: Timings/space of datatypes in the docs

Would it be useful to have a section in the docs discussing:- how much space pandas objects take up (vaguely how many ro...

Pandas DataFrame.copy(), at least, should be threadsafe

dataframe.copy() should happen atomically/be threadsafe, meaning that it should produce a consistent dataframe even if t...

Pandas Column is not converting to numeric when errors=coerce

I read in my dataframe with pd.read_csv('df.csv')And then I run the code:df['a'] = pd.to_numeric(df['a'], errors='coerce...

Pandas PERF: objects_to_datetime64ns performance degradation for datetime columns

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

Pandas DOC: Change color of sample plots for dark mode

xref #50936There are some sample plots in our getting started docs that don't show properly when the dark theme of our s...

Pandas performance issue with aggregation last/first of resampler when df contains categoricals

Code Sample, a copy-pastable example if possibleimport timedf_time = pd.DataFrame(np.random.randint(low=0, high=20, size...

Pandas DataFrame groupby.first() is much slower than groupby.nth(0) on categorical dtypes

groupby.first() is much slower than groupby.nth(0) for categorical columns in a very specific way.Consider carefully the...

Pandas DOC: Pandoc installation instructions missing from development environment setup guide

Problem descriptionThe development environment creation docs are currently missing instructions for installing Pandoc, w...

Pandas Meta issue: CI refactoring

As suggested here https://github.com/pandas-dev/pandas/pull/46538#issuecomment-1088136015 I'm going to maintain this met...

Pandas ENH/CI: Cache packages installed from conda

Currently, I think we are downloading all the packages every time CI is run. This takes a long time(~5-10 min. on azure)...

Pandas ENH: branch deployments of documentation

Is your feature request related to a problem?When submitting large/complex pull requests around documentation, I've been...

Pandas Share whitelist of apply / transform methods

xref https://github.com/pandas-dev/pandas/pull/20800We have multiple places that need to know about this now, e.g. DataF...

Pandas CLN/TST: Pyarrow CSV engine

This is a master tracker for the more cosmetic follow-ups to #38370: styling, testing, etc.[ ] #38888 correctly check ve...

Pandas PERF: Avoid MultiIndex conversion for IntervalIndex methods

There are a few IntervalIndex methods that convert to a MultiIndex as an intermediate step, and then use the associated ...

Pandas DOC: improve groupby reference docs

An overview of the reference doc on groupby is given here: http://pandas.pydata.org/pandas-docs/dev/api.html#groupby (ap...

Pandas ExtensionArray meta-issue

Just so things don't get lost[x] Interface, ExtensionBlock, and Internals (#19268)[x] Series and DataFrame can hold exte...
上一页 下一页
.