We can't make this file beautiful and searchable because it's too large.
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
"geoRegion","datum","entries","sumTotal","timeframe_7d","offset_last7d","sumTotal_last7d","timeframe_14d","offset_last14d","sumTotal_last14d","timeframe_28d","offset_last28d","sumTotal_last28d","timeframe_phase2","offset_Phase2","sumTotal_Phase2","timeframe_phase2b","offset_Phase2b","sumTotal_Phase2b","sum7d","sum14d","mean7d","mean14d","timeframe_all","entries_diff_last_age","pop","inz_entries","inzmean7d","inzmean14d","inzsumTotal","inzsumTotal_last7d","inzsumTotal_last14d","inzsumTotal_last28d","inzsumTotal_Phase2","inzsumTotal_Phase2b","inzsum7d","inzsum14d","sumdelta7d","inzdelta7d","type","type_variant","version","datum_unit","entries_letzter_stand","entries_neu_gemeldet","entries_diff_last" | |
"CH",2020-02-24,1,1,FALSE,493515,0,FALSE,476732,0,FALSE,431216,0,FALSE,30941,0,FALSE,52684,0,NA,NA,NA,NA,TRUE,1,8606033,0.01,NA,NA,0.01,NA,NA,NA,NA,NA,NA,NA,NA,NA,"COVID19Cases","","2021-01-22_07-45-28","day",1,0,2145 | |
"CH",2020-02-25,1,2,FALSE,493515,0,FALSE,476732,0,FALSE,431216,0,FALSE,30941,0,FALSE,52684,0,NA,NA, |
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
canton | to_date | from_date | |
---|---|---|---|
AG | 2021-01-03 | 2020-12-19 | |
AR | 2021-01-03 | 2020-12-19 | |
AI | 2021-01-03 | 2020-12-19 | |
BL | 2021-01-03 | 2020-12-19 | |
BS | 2021-01-03 | 2020-12-19 | |
BE | 2021-01-10 | 2020-12-24 | |
FR | 2021-01-03 | 2020-12-19 | |
GE | 2021-01-10 | 2020-12-24 | |
GL | 2021-01-10 | 2020-12-24 |
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 tmap as tm | |
import numpy as np | |
from scipy.cluster import hierarchy | |
from matplotlib import pyplot as plt | |
N = 1000 | |
CFG = tm.LayoutConfiguration() | |
# This is the most important parameter to tune when changing the | |
# number of nodes. More nodes -> smaller number | |
CFG.node_size = 1 / 10 |
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 numpy as np | |
import pandas as pd | |
import tmap as tm | |
import scipy.stats as ss | |
from faerun import Faerun | |
from rdkit.Chem import AllChem, Descriptors, Descriptors3D | |
from mhfp.encoder import MHFPEncoder | |
import matplotlib.pyplot as plt | |
from matplotlib.colors import ListedColormap | |
from lipinski import lipinski_pass |
NewerOlder