Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Introduction

This folder contains example code for the project. All data files are stored in csv.gz format.

Loading data

Python

We can use the pandas library to load the data.

Please refer to the load_data.py script for an example.

R

We can use the readr package to load the data.

Please refer to the load_data.R script for an example.