-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: item_cache not cleared on DataFrame.values #34999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
any perf impact? (i would actually expect some small regressions) |
|
hmm, do we have any to_numpy() benchmarks? just to see not blocking this PR |
Looks like we do not |
kk happy to merge and can create issue for benchmarks (as a good first - people like to do those) |
issue opened |
thanks |
@jbrockmendel caused a 100x slowdown in replace.Convert.time_replace (https://pandas.pydata.org/speed/pandas/index.html#replace.Convert.time_replace?p-constructor=%27Series%27&p-replace_data=%27Timestamp%27&commits=dbfbef7eaea7f23a42d9a65344b5745fc055f5b4). Is that expected? |
I'd expect something closer to the 70% slowdown we see in |
Opened #35053 to track this. |
Hey I am new to open source. Can I take up this issue? |
@B417037 this is a merged PR, not an issue to take up. Have a look at good first issue |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff