Skip to content

Instantly share code, notes, and snippets.

@ejmurray
Created March 5, 2015 13:55
Show Gist options
  • Save ejmurray/5313a52cdb6bff33c432 to your computer and use it in GitHub Desktop.
Save ejmurray/5313a52cdb6bff33c432 to your computer and use it in GitHub Desktop.
#!/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