Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
1124 views
ubuntu2004
Kernel: Python 3 (system-wide)

Library Importing

import pandas as pd #imports the pandas library to assist with data access
import numpy as np #numpy is a library that import a data structure.
import matplotlib.pyplot as plt #matplot lib is a library that allows us to create visuals of our data and our machine learning model.
import seaborn as sns #another visualization tool

Data Accessing Tools

x = 20
print(x)
20
sat_data = pd.read_csv("2012_SAT_Results.csv")
sat_data.head() #.head