Loading the data for Corporación Favorita Grocery Sales Forecasting in Less Ram Machine

Hi @Dhruv,

you could use “chunking” to load the file in smaller pieces, but I would recommend to have a look at the kernel posted here:

With pandas data frames it is always best to use the appropriate data format to save memory space.
With the approach from above reductions of 50% are not uncommon.

Best regards
Michael