This file contains hidden or 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
| Fecha | Sala | UCI | UTI | |
|---|---|---|---|---|
| 2020-05-19 | 24 | 3 | 5 | |
| 2020-05-20 | 26 | 3 | 5 | |
| 2020-05-21 | 28 | 2 | 5 | |
| 2020-05-22 | 30 | 2 | 5 | |
| 2020-05-23 | 32 | 2 | 6 | |
| 2020-05-24 | 34 | 1 | 6 | |
| 2020-05-25 | 36 | 1 | 6 | |
| 2020-05-26 | 36 | 1 | 7 | |
| 2020-05-27 | 35 | 5 | 4 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 45 columns, instead of 5 in line 7.
This file contains hidden or 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
| eleccion,c_ut,EMITIDOS,VALIDOS,BLANCOS,NULOS,ADN,AS,BSD,CONDEPA,CONDEPA-MP,EJE,FREPAB,GENTE,IU,LJ,MAS-IPSP,MBL,MCC,MIP,MIR,MIR-NM-FRI,MNR,MSM,MUSPA,NFR,PDB,PDC,PODEMOS,PPB-CN,PS,PULSO,PVB-IEP,UCS,UCS-FSB,UD,UN,USTB,VSB,CC,FPV,MTS,M21F,PANBOL,CREEMOS | |
| 1997,10101,73434.0,69515.0,1930.0,1989.0,15963.0,,,11023.0,,690.0,,,1107.0,,,4213.0,,,14132.0,,10296.0,,,,286.0,,,,,,,10855.0,,,,,950.0,,,,,, | |
| 1997,10102,2678.0,2354.0,220.0,104.0,305.0,,,211.0,,75.0,,,176.0,,,417.0,,,345.0,,323.0,,,,11.0,,,,,,,470.0,,,,,21.0,,,,,, | |
| 1997,10103,2828.0,2411.0,298.0,119.0,290.0,,,141.0,,241.0,,,341.0,,,508.0,,,236.0,,265.0,,,,19.0,,,,,,,330.0,,,,,40.0,,,,,, | |
| 1997,10201,1973.0,1547.0,308.0,118.0,269.0,,,9.0,,38.0,,,12.0,,,584.0,,,323.0,,200.0,,,,12.0,,,,,,,78.0,,,,,22.0,,,,,, | |
| 1997,10202,3231.0,2584.0,482.0,165.0,326.0,,,33.0,,133.0,,,95.0,,,974.0,,,242.0,,461.0,,,,20.0,,,,,,,261.0,,,,,39.0,,,,,, | |
| 1997,10301,1829.0,1637.0,132.0,60.0,205.0,,,20.0,,20.0,,,23.0,,,910.0,,,134.0,,247.0,,,,2.0,,,,,,,64.0,,,,,12.0,,,,,, | |
| 1997,10302,1583.0,1348.0,1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 sys | |
| import io | |
| import os | |
| import glob | |
| import time | |
| import json | |
| import networkx as nx | |
| from datetime import datetime as dt |