Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 362 Bytes

File metadata and controls

18 lines (10 loc) · 362 Bytes

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.