In this example, we state that the full dataset can simply be read by replacing small_plant_data by large_plant_data. However, in that folder plant_capacities.csv is missing and the file plant_info_update.csv does not have the same structure so can't serve as an immediate replacement either. What is needed to import the large dataset?
In this example, we state that the full dataset can simply be read by replacing
small_plant_data
bylarge_plant_data
. However, in that folderplant_capacities.csv
is missing and the fileplant_info_update.csv
does not have the same structure so can't serve as an immediate replacement either. What is needed to import the large dataset?