We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REMUNERACAO>data,RESULTADO>nome,PDF>nome,PDF>admissao,PDF>funcao,PDF>vinculo,REMUNERACAO>abono_de_permanência,REMUNERACAO>descontos_obrigatórios>faltas,REMUNERACAO>descontos_obrigatórios>imposto_de_renda,REMUNERACAO>descontos_obrigatórios>psss,REMUNERACAO>descontos_obrigatórios>reversão_do_teto_constitucional,REMUNERACAO>estrutura_remuneratória_básica,REMUNERACAO>remuneração_após_descontos_obrigatórios,REMUNERACAO>tipo_da_folha,REMUNERACAO>vantagens_eventuais>adicional_de_férias,REMUNERACAO>vantagens_eventuais>adicional_de_férias_coletivas,REMUNERACAO>vantagens_eventuais>adicional_de_insalubridade,REMUNERACAO>vantagens_eventuais>adicional_de_periculosidade,REMUNERACAO>vantagens_eventuais>adicional_noturno,REMUNERACAO>vantagens_eventuais>antecipação_e_gratificação_natalina,REMUNERACAO>vantagens_eventuais>antecipação_remuneração_férias,REMUNERACAO>vantagens_eventuais>exercício_anterior,REMUNERACAO>vantagens_eventuais>exercício_anterior_(pl),REMUNERACAO>vantagens_eventuais>exercício_anterior_(urv_correção),REMUN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nome,Partido,UF,Período,Telefones,Correio Eletrônico,funcionariosAtivos,comissionados,efetivos,requisitado,relComissionados, | |
Acir Gurgacz,PDT,RO,2015 - 2023,(61) 3303-3131 / 3132,acir@senador.leg.br,45,44,1,0,"97,78%", | |
Aécio Neves,PSDB,MG,2011 - 2019,(61) 3303-6049 / 6050,aecio.neves@senador.leg.br,26,25,1,0,"96,15%", | |
Airton Sandoval,PMDB,SP,2011 - 2019,(61) 3303-6063 / 6064,sen.airtonsandoval@senado.leg.br,28,25,3,0,"89,29%", | |
Alvaro Dias,PODE,PR,2015 - 2023,(61) 3303-4059 / 4060,alvarodias@senador.leg.br,30,28,2,0,"93,33%", | |
Ana Amélia,PP,RS,2011 - 2019,(61) 3303-6083,ana.amelia@senadora.leg.br,22,22,0,0,"100,00%", | |
Ângela Portela,PDT,RR,2011 - 2019,(61) 3303-6103 / 6104 / 6105 / 6111,angela.portela@senadora.leg.br,40,32,8,0,"80,00%", | |
Antonio Anastasia,PSDB,MG,2015 - 2023,(61) 3303-5717,antonio.anastasia@senador.leg.br,19,18,1,0,"94,74%", | |
Armando Monteiro,PTB,PE,2011 - 2019,(61) 3303-6130,armando.monteiro@senador.leg.br,35,33,2,0,"94,29%",senado não organiza concurso desde xxx | |
Ataídes Oliveira,PSDB,TO,2011 - 2 |
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 4.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"2016-05-13 09:00","Reunião Ministerial"," | |
Local: Palácio do Planalto", | |
"2016-05-16 15:00","Eliseu Padilha, ministro-chefe da Casa Civil; Henrique Meirelles, ministro de Estado da Fazenda; Ronaldo Nogueira, ministro de Estado do Trabalho; Antônio Neto, presidente das Centrais Sindicais Brasileiras; José Calixto Ramos, presidente Nacional da NCST; Ricardo Patah, presidente Nacional UGT; Deputado Federal Paulo Pereira da Silva, Presidente Nacional da Central Força Sindical e Presidente Nacional do Partido Solidariedade"," | |
Local: Palácio do Planalto", | |
"2016-05-16 17:00","Mendonça Filho, ministro da Educação e Cultura e Geddel Vieira Lima, ministro da Secretaria de Governo"," | |
Local: Palácio do Planalto", | |
"2016-05-16 18:00","Eliseu Padilha, ministro chefe da Casa Civil da PR; Raul Jungmann, ministro da Defesa; Alexandre de Moraes, ministro da Justiça e Cidadania; Henrique Eduardo Alves, ministro do Turismo; Leonardo Picciani, ministro do Esporte; General Sérgio Etchegoyen, ministro GSIPR; Almirante Leal Ferreira, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
s = agenda2016_limpa_final["oque"][0] | |
df = pd.DataFrame(dict(oque=[s,s])) | |
titles = ['Deputado Federal ', 'General ', 'Ex-presidente ', 'Senadora ', 'Senador ', 'do Exército', 'Tenente-Brigadeiro'] | |
novas_linhas = [] | |
for _, row in df.iterrows(): #o underline eh pra ignorar um retorno do iterrows | |
nova_linha = [row["oque"], row["onde"], row["ano"], row["mes"], row["dia"], row["hora"]] | |
pessoas = [re.sub('|'.join(titles),'',i.split(', ')[0]) for i in x.split('; ')] | |
for pessoa in pessoas: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uri;nome;idLegislaturaInicial;idLegislaturaFinal;nomeCivil;cpf;siglaSexo;urlRedeSocial;urlWebsite;dataNascimento;dataFalecimento;ufNascimento;municipioNascimento | |
https://dadosabertos.camara.leg.br/api/v2/deputados/66179;NORMA AYUB;55;56;NORMA AYUB ALVES;;F;;;07/09/59;;ES;Vitória | |
https://dadosabertos.camara.leg.br/api/v2/deputados/66828;FAUSTO PINATO;55;56;FAUSTO RUY PINATO;;M;;;01/06/77;;SP;Fernandópolis | |
https://dadosabertos.camara.leg.br/api/v2/deputados/67138;IRACEMA PORTELLA;54;56;IRACEMA MARIA PORTELLA NUNES NOGUEIRA LIMA;;F;http://twitter.com/iracemaportela, http://www.facebook.com/iracemaportella;;23/04/66;;PI;Teresina | |
https://dadosabertos.camara.leg.br/api/v2/deputados/68720;FÁBIO HENRIQUE;56;56;FABIO HENRIQUE SANTANA DE CARVALHO;;M;;;19/06/72;;SE;Simão Dias | |
https://dadosabertos.camara.leg.br/api/v2/deputados/69871;BACELAR;55;56;JOAO CARLOS BACELAR BATISTA;;M;;;09/07/57;;BA;Esplanada | |
https://dadosabertos.camara.leg.br/api/v2/deputados/72442;FELIPE CARRERAS;55;56;FELIPE AUGUSTO LYRA CARRERAS;;M;;;16/04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
,uri,nome,nomeCivil,ufNascimento,name_lower | |
1,https://dadosabertos.camara.leg.br/api/v2/deputados/66179,NORMA AYUB,NORMA AYUB ALVES,ES,norma-ayub | |
2,https://dadosabertos.camara.leg.br/api/v2/deputados/66828,FAUSTO PINATO,FAUSTO RUY PINATO,SP,fausto-pinato | |
3,https://dadosabertos.camara.leg.br/api/v2/deputados/67138,IRACEMA PORTELLA,IRACEMA MARIA PORTELLA NUNES NOGUEIRA LIMA,PI,iracema-portella | |
4,https://dadosabertos.camara.leg.br/api/v2/deputados/68720,FÁBIO HENRIQUE,FABIO HENRIQUE SANTANA DE CARVALHO,SE,fabio-henrique | |
5,https://dadosabertos.camara.leg.br/api/v2/deputados/69871,BACELAR,JOAO CARLOS BACELAR BATISTA,BA,bacelar | |
6,https://dadosabertos.camara.leg.br/api/v2/deputados/72442,FELIPE CARRERAS,FELIPE AUGUSTO LYRA CARRERAS,PE,felipe-carreras | |
7,https://dadosabertos.camara.leg.br/api/v2/deputados/73433,ARLINDO CHINAGLIA,ARLINDO CHIGNALIA JUNIOR,SP,arlindo-chinaglia | |
8,https://dadosabertos.camara.leg.br/api/v2/deputados/73441,CELSO RUSSOMANNO,CELSO UBIRAJARA RUSSOMANNO,SP,celso-russomanno | |
9,https://dadosabertos |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"ULTIMA ATUALIZACAO";"19/01/2019 04:02" | |
"ANO";"MES";"SENADOR";"TIPO_DESPESA";"CNPJ_CPF";"FORNECEDOR";"DOCUMENTO";"DATA";"DETALHAMENTO";"VALOR_REEMBOLSADO" | |
"2018";"1";"ACIR GURGACZ";"Aluguel de imóveis para escritório político, compreendendo despesas concernentes a eles.";"004.948.028-63";"GILBERTO PISELO DO NASCIMENTO";"";"02/01/2018";"Despesa com pagamento de aluguel de imóvel para o escritório do Senador Acir Gurgacz";"6000" | |
"2018";"1";"ACIR GURGACZ";"Passagens aéreas, aquáticas e terrestres nacionais";"63.764.211/0001-10";"TRANSCONTINENTAL AGÊNCIA DE VIAGENS LTDA";"M2CJMM";"02/01/2018";"Companhia Aérea: AVIANCA, Localizador: M2CJMM. Passageiros: ACIR MARCOS GURGACZ (Matrícula 225736, PARLAMENTAR), Voo: 6109 - NVTGRU - 31/01/2018;";"274,99" | |
"2018";"1";"ACIR GURGACZ";"Passagens aéreas, aquáticas e terrestres nacionais";"63.764.211/0001-10";"TRANSCONTINENTAL AGÊNCIA DE VIAGENS LTDA";"SFEXYF";"02/01/2018";"Companhia Aérea: LATAM, Localizador: SFEXYF. Passageiros: ACIR MARCOS GURGACZ (Matrícula 225736, PARLAMEN |
We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"ULTIMA ATUALIZACAO";"30/01/2019 04:02" | |
"ANO";"MES";"SENADOR";"TIPO_DESPESA";"CNPJ_CPF";"FORNECEDOR";"DOCUMENTO";"DATA";"DETALHAMENTO";"VALOR_REEMBOLSADO" | |
"2018";"1";"ACIR GURGACZ";"Aluguel de imóveis para escritório político, compreendendo despesas concernentes a eles.";"004.948.028-63";"GILBERTO PISELO DO NASCIMENTO";"";"02/01/2018";"Despesa com pagamento de aluguel de imóvel para o escritório do Senador Acir Gurgacz";"6000" | |
"2018";"1";"ACIR GURGACZ";"Passagens aéreas, aquáticas e terrestres nacionais";"63.764.211/0001-10";"TRANSCONTINENTAL AGÊNCIA DE VIAGENS LTDA";"M2CJMM";"02/01/2018";"Companhia Aérea: AVIANCA, Localizador: M2CJMM. Passageiros: ACIR MARCOS GURGACZ (Matrícula 225736, PARLAMENTAR), Voo: 6109 - NVTGRU - 31/01/2018;";"274,99" | |
"2018";"1";"ACIR GURGACZ";"Passagens aéreas, aquáticas e terrestres nacionais";"63.764.211/0001-10";"TRANSCONTINENTAL AGÊNCIA DE VIAGENS LTDA";"SFEXYF";"02/01/2018";"Companhia Aérea: LATAM, Localizador: SFEXYF. Passageiros: ACIR MARCOS GURGACZ (Matrícula 225736, PARLAMEN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id_proposicao,proposicao,partido,id_politico,deputado_upper,nome_politico,uf,voto,permalink | |
1,PLP54-2019,PDT,,ACIR GURGACZ,Acir Gurgacz,RO,sim,acir-gurgacz | |
1,PLP54-2019,PPS,,ALESSANDRO VIEIRA,Alessandro Vieira,SE,sim,alessandro-vieira | |
1,PLP54-2019,PODE,,ALVARO DIAS,Alvaro Dias,PR,sim,alvaro-dias | |
1,PLP54-2019,PSD,,ANGELO CORONEL,Angelo Coronel,BA,sim,angelo-coronel | |
1,PLP54-2019,PSDB,,ANTONIO ANASTASIA,Antonio Anastasia,MG,ausente,antonio-anastasia | |
1,PLP54-2019,PSD,,AROLDE DE OLIVEIRA,Arolde de Oliveira,RJ,sim,arolde-de-oliveira | |
1,PLP54-2019,PSD,,CARLOS VIANA,Carlos Viana,MG,sim,carlos-viana | |
1,PLP54-2019,DEM,,CHICO RODRIGUES,Chico Rodrigues,RR,sim,chico-rodrigues | |
1,PLP54-2019,PDT,,CID GOMES,Cid Gomes,CE,sim,cid-gomes |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ANO_ELEICAO;SG_UF;SG_UE;NM_UE;DS_CARGO;NM_CANDIDATO;NM_URNA_CANDIDATO;NR_CPF_CANDIDATO;SG_PARTIDO;DS_NACIONALIDADE;SG_UF_NASCIMENTO;NM_MUNICIPIO_NASCIMENTO;DT_NASCIMENTO;NR_IDADE_DATA_POSSE;DS_GENERO;DS_GRAU_INSTRUCAO;DS_ESTADO_CIVIL;DS_COR_RACA;DS_OCUPACAO;DS_SIT_TOT_TURNO;ST_REELEICAO;ST_DECLARAR_BENS | |
2018;SP;SP;SÃO PAULO;DEPUTADO FEDERAL;JOAO RICARDO GARCIA CARVALHO DA SILVA;JOAO GARCIA;21433889854;PRB;BRASILEIRA NATA;SP;VOTUPORANGA;29211;39;MASCULINO;SUPERIOR COMPLETO;CASADO(A);BRANCA;EMPRESÁRIO;SUPLENTE;N;S | |
2018;AM;AM;AMAZONAS;DEPUTADO FEDERAL;ATILA SIDNEY LINS DE ALBUQUERQUE;ATILA LINS;694584215;PP;BRASILEIRA NATA;AM;FONTE BOA ;18589;68;MASCULINO;SUPERIOR COMPLETO;CASADO(A);BRANCA;DEPUTADO;ELEITO POR QP;S;S | |
2018;SP;SP;SÃO PAULO;DEPUTADO FEDERAL;JOSE WANDERLEY DE ANDRADE;ZE AMIGUINHO;14518042883;PDT;BRASILEIRA NATA;PE;CARNAIBA;25732;48;MASCULINO;ENSINO MÉDIO INCOMPLETO;CASADO(A);BRANCA;VEREADOR;SUPLENTE;S;S | |
2018;AP;AP;AMAPÁ;DEPUTADO FEDERAL;ANTÔNIO PINHEIRO TELES JUNIOR;TELES JR;74791648234;PDT;BRASILEIR |
OlderNewer