Nineya
Home
Blog
Pandas BUG: timestamps are formatted without zero-padded years
2025-02-08 23:30:52
5261
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
2025-02-08 23:30:46
2877
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
2025-02-08 23:30:42
4347
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
2025-02-08 23:30:35
2759
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
2025-02-08 23:30:30
4850
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
2025-02-08 23:30:24
9042
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
2025-02-08 23:30:19
5270
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
2025-02-08 23:30:14
12169
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
2025-02-08 23:30:08
2788
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
2025-02-08 23:29:53
2269
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
2025-02-08 23:29:48
4072
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
2025-02-08 23:29:43
1909
Problem descriptionThe development environment creation docs are currently missing instructions for installing Pandoc, w...
Pandas Meta issue: CI refactoring
2025-02-08 23:29:39
1431
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
2025-02-08 23:29:33
1728
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
2025-02-08 23:29:28
4620
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
2025-02-08 23:29:23
271
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
2025-02-08 23:29:17
581
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
2025-02-08 23:29:11
3368
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
2025-02-08 23:29:07
6763
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
2025-02-08 23:29:01
22385
Just so things don't get lost[x] Interface, ExtensionBlock, and Internals (#19268)[x] Series and DataFrame can hold exte...
上一页
下一页
1
…
120
121
122
123
124
…
2246
.