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
The text was updated successfully, but these errors were encountered:
I see

Exception TypeError: 'data type not understood' in 'util._checknull_old' ignored
in the ipython notebook warning color after turning onuse_inf_as_null
.The code to reproduce it is
The text was updated successfully, but these errors were encountered: