I want to create n DataFrames using the value from the variable from for or the list of codes in estacao, I expect to create 125 df in the final but the code is only creating 1
estacao = dados.Station.unique()
for s in estacao:
s = dados.groupby('Station').get_group(s)