Last active
October 18, 2019 16:41
-
-
Save Lavanyagaur22/53df4885821dfa8c22622a93cffe58a4 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
import pandas as pd | |
import seaborn as sns | |
import matplotlib.pyplot as plt | |
import numpy as np | |
'''downlaod iris.csv from https://raw.githubusercontent.com/uiuc-cse/data-fa14/gh-pages/data/iris.csv''' | |
#Load Iris.csv into a pandas dataFrame. | |
iris = pd.read_csv("/Users/lavanya/Datasets/iris.csv") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment