Created
March 5, 2015 13:55
-
-
Save ejmurray/5313a52cdb6bff33c432 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/usr/bin/python | |
# encoding: utf-8 | |
""" | |
""" | |
__author__ = 'Ernest' | |
import pandas as pd | |
import numpy | |
import matplotlib.pyplot as plt | |
data_df = pd.read_csv('weight.csv') | |
print data_df |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment