Hi all,
I am using the following code to load training data: data = pd.read_csv(‘C:/Users/Sondre/OneDrive/Skrivebord/train.csv’, sep=’;’)
I get the following error message: C:\Users\Sondre\anaconda3\lib\site-packages\IPython\core\interactiveshell.py:3063: DtypeWarning: Columns (7,8,9,10,11,14,15,17,18,19,21,22,24,25,26) have mixed types.Specify dtype option on import or set low_memory=False.interactivity=interactivity, compiler=compiler, result=result)
Do anyone know how to deal with it?
Thanks.
Regards
Sondre