Last active
December 2, 2019 13:57
-
-
Save risenW/1738dc35851d3b57226fa721922d32c3 to your computer and use it in GitHub Desktop.
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 datasist as ds #import datasist library | |
import numpy as np | |
train_df = pd.read_csv('train_data.csv') | |
test_df = pd.read_csv('test_data.csv') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment