Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Warning/Exception when querying dtype with use_inf_as_null #8722

Closed
@wcbeard

Description

@wcbeard

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functions

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions