Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. %matpoltlib inline
  2. from ggplot import *
  3. import numpy as np
  4. import pandas as pd
  5. read =pd.read_csv('D:\docx\project works\stats 101\Edited_data(CSV).csv')
  6. print(read)
  7. read.describe()
  8. qplot(x='Class mid-point', y='Frequency', geom='histogram' )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement