From 9fe8510454868929ef03b64ff40d5679a30fa169 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sat, 1 Apr 2017 13:49:16 -0500 Subject: [PATCH] initial commit for co2data.py \n\n This module pulls data from data.world --- co2data.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 co2data.py diff --git a/co2data.py b/co2data.py new file mode 100644 index 0000000..0fb2e73 --- /dev/null +++ b/co2data.py @@ -0,0 +1,2 @@ +import pandas as pd +df = pd.read_csv('https://query.data.world/s/bc2a2nmk6avafkdwy9x5jt7zz')