Chapter1 - BI
Chapter1 - BI
I N T R O D U C T I O N T O D ATA S C I E N C E I N P Y T H O N
Hillary Green-Lerman
Lead Data Scientist, Looker
What you'll learn
How to write and execute Python code with DataCamp
Common examples:
matplotlib
pandas
scikit-learn
scipy
nltk
import pandas
import pandas as pd
Hillary Green-Lerman
Lead Data Scientist, Looker
Filing a missing puppy report
name = "Bayes"
height = 24
weight = 75.5
height = 24
weight = 75.5
name = 'Bayes'
breed = "Golden Retriever"
owner = DataCamp
fur_color = "blonde'
print(height)
24
Hillary Green-Lerman
Lead Data Scientist, Looker
A function is an action
df = pd.read_csv('letter_frequency.csv')
Function Name:
Positional Arguments:
Order ma ers!
Keyword Arguments: