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
st.write("Relação dos candidatos a prefeitos do RJ")
candidatosdf = pd.DataFrame([{"candidato": candidato["nomeCompleto"], "partido": candidato["partido"]["sigla"]} for candidato in demo_json_data["candidatos"]])