Skip to content

Warning/Exception when querying dtype with use_inf_as_null #8722

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

Closed
wcbeard opened this issue Nov 3, 2014 · 1 comment · Fixed by #8726
Closed

Warning/Exception when querying dtype with use_inf_as_null #8722

wcbeard opened this issue Nov 3, 2014 · 1 comment · Fixed by #8726
Labels
Compat pandas objects compatability with Numpy or Python functions
Milestone

Comments

@wcbeard
Copy link
Contributor

wcbeard commented Nov 3, 2014

I see Exception TypeError: 'data type not understood' in 'util._checknull_old' ignored in the ipython notebook warning color after turning on use_inf_as_null.
screen shot 2014-11-03 at 10 27 29 am

The code to reproduce it is

import pandas as pd
pd.options.mode.use_inf_as_null = True
pd.DataFrame([[1]]).dtypes
@jreback
Copy link
Contributor

jreback commented Nov 3, 2014

hmm, must be some older code there.....

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Nov 3, 2014
@jreback jreback added this to the 0.15.1 milestone Nov 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
2 participants