Skip to content

Instantly share code, notes, and snippets.

@risenW
Created July 10, 2019 11:35
Show Gist options
  • Save risenW/75ab91e6e771392839f28d78a316e249 to your computer and use it in GitHub Desktop.
Save risenW/75ab91e6e771392839f28d78a316e249 to your computer and use it in GitHub Desktop.
Import starting modules
import pandas as pd
import numpy as np
from statistics import mode
german_cred = pd.read_csv('credit_preped.csv')
german_cred.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment