Guest User

Untitled

a guest
Dec 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import numpy as np
  2. import matplotlib.pyplot as plt
  3. import pandas as pd
  4.  
  5. dataset = pd.read_csv('Data.csv')
  6.  
  7. print(dataset)
Add Comment
Please, Sign In to add comment