Created
July 10, 2019 11:35
-
-
Save risenW/75ab91e6e771392839f28d78a316e249 to your computer and use it in GitHub Desktop.
Import starting modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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