This file contains 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
# -*- coding: utf-8 -*- | |
""" | |
Created on Fri Sep 25 18:35:21 2015 | |
@author: david | |
""" | |
import pandas as pd | |
import numpy as np | |
# read the data from csv and store it to Pandas DataFrame variable named data | |
data = pd.read_csv('addhealth_pds.csv', low_memory=False) |