Hey! I’d recommend checking out the World Bank Open Data. They’ve got some interesting datasets for dynamic pricing model projects, especially if you’re working with macroeconomic factors.
For cleaning, I usually start with removing outliers using the IQR method. Then, I use Pandas to handle missing values. If you’re dealing with categorical data, one-hot encoding is your friend.
For cleaning, I usually start with removing outliers using the IQR method. Then, I use Pandas to handle missing values. If you’re dealing with categorical data, one-hot encoding is your friend.
