Are you selecting the right data type in Pandas?
Choosing the right data type will save a lot of memory!
How does your EDA start?
import pandas as pd
df = pd.read_csv(‘house_price_madrid.csv’)
df.head()
df.dtypes
Deep Learning, NLP, NMT, AI, ML
Choosing the right data type will save a lot of memory!
How does your EDA start?
import pandas as pd
df = pd.read_csv(‘house_price_madrid.csv’)
df.head()
df.dtypes