-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
COMPAT: recent numpy deprecation warnings #19116
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
Comments
cc @jbrockmendel cc @jschendel cc @WillAyd |
Just ran on upstream/master and did not get any warnings - are we running the same version? pd.show_versions() INSTALLED VERSIONScommit: 16d0262 pandas: 0.23.0.dev0+79.g16d026212 |
export PANDAS_TESTING_MODE=deprecate |
Hmm OK. It appears the line pd.date_range('2016-01-01', freq='d', periods=4) Is triggering this within the tests. Not immediately apparent to me why that would be the case but will take a look |
So it looks like |
This is without digging into the json code, but I suspect rather than changing the output format, we should instead replace uses of numpy conversion |
Odd how this is case, since I think that warning was created partially in response to |
shoot. #19224 reversed this :< |
getting lots of deprecation warnings from numpy.
I haven't seen these before, so a recent change must have triggered
The text was updated successfully, but these errors were encountered: