Data preparation
First put the downloaded data with .tsv suffixes into a directory such as ./data.
Code organization
./python # python files for data sampling and cleaning
./sql # sql files for relation definitions and analyses
python ./python/subsample.py [data_dir] [sample_ratio (0, 1]]
python ./python/clean.py [sample_data_dir]