pandas.errors.DtypeWarning

exception pandas.errors.DtypeWarning[source]

Warning that is raised for a dtype incompatiblity. This can happen whenever pd.read_csv encounters non- uniform dtypes in a column(s) of a given CSV file.

Scroll To Top