You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, requests by state and municipality are not working get_elections(1998, position="President", regional_aggregation="State", political_aggregation="Consolidated") get_elections(1998, position="President", regional_aggregation="Municipality", political_aggregation="Consolidated")
but are by Brazil, Macro and Micro get_elections(1998, position="President", regional_aggregation="Macro", political_aggregation="Consolidated") get_elections(1998, position="President", regional_aggregation="Micro", political_aggregation="Consolidated")
Other years seem fine
The text was updated successfully, but these errors were encountered:
For some reason, requests by state and municipality are not working
get_elections(1998, position="President", regional_aggregation="State", political_aggregation="Consolidated")
get_elections(1998, position="President", regional_aggregation="Municipality", political_aggregation="Consolidated")
but are by Brazil, Macro and Micro
get_elections(1998, position="President", regional_aggregation="Macro", political_aggregation="Consolidated")
get_elections(1998, position="President", regional_aggregation="Micro", political_aggregation="Consolidated")
Other years seem fine
The text was updated successfully, but these errors were encountered: