You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The code to reproduce it is
import pandas as pd
pd.options.mode.use_inf_as_null = True
pd.DataFrame([[1]]).dtypes