Hi ,
i have folder that contains buses , carriers , generators , generator-p_max_pu , lines , loads ,loads-p_set , snapshots, storage_units , transformers .
i have used this function to import the data from folder
network = pypsa.Network()
network.import_from_csv_folder(foldername)
but i have found after finishing modelling ,that i do not have any output for loads-p_set , he did not consider it so i have the output folder same as input , i think so
my question : how could i read the data that changing with snapshots from files loads-p_set.csv and also the data in generator-p_max_pu.csv
thanks in advance