Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 4, 2021 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/e73f4a7d60c5be548b621619b5153b1d to your computer and use it in GitHub Desktop.
Save amankharwal/e73f4a7d60c5be548b621619b5153b1d to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
import plotly.express as px
from plotly.offline import download_plotlyjs,init_notebook_mode
sv')
test = pd.read_csv('aug_test.csv')
train = pd.read_csv('aug_train.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment