View nchs_fips.csv
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
nchs_code | fipsco | countyname | statename | |
---|---|---|---|---|
1001 | 1001 | Autauga | Alabama | |
1002 | 1003 | Baldwin | Alabama | |
1003 | 1005 | Barbour | Alabama | |
1004 | 1007 | Bibb | Alabama | |
1005 | 1009 | Blount | Alabama | |
1006 | 1011 | Bullock | Alabama | |
1007 | 1013 | Butler | Alabama | |
1008 | 1015 | Calhoun | Alabama | |
1009 | 1017 | Chambers | Alabama |
View analyze_backblaze.py
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 dask.dataframe as dd | |
import numpy as np | |
import pandas as pd | |
import os | |
import argparse | |
from dask.diagnostics import ProgressBar | |
ProgressBar().register() | |
#requires dask, pandas, numpy. |