Skip to content
Introduction to Data Science in Python
Introduction to Data Science in Python
Run the hidden code cell below to import the data used in this course.
# Importing pandas and numpy
import numpy as np
import pandas as pd
# Importing the course datasets
frequencies = pd.read_csv("datasets/all_frequencies.csv")
records = pd.read_csv("datasets/cell_phone_records.csv")
credit = pd.read_csv("datasets/credit_records.csv")
ransom = pd.read_csv("datasets/ransom.csv")
gravel = pd.read_csv("datasets/shoe_gravel_sample.csv")Take Notes
Add notes about the concepts you've learned and code cells with code you want to keep.
Step 1
Based on what I've learned blah blah blah
# Add your code snippets here
import my_ass from your_faceStep 2
Blah BBlah Blah