Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created January 27, 2020 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lakshay-arora/c91fc79bb215e647e90fe302070af593 to your computer and use it in GitHub Desktop.
Save lakshay-arora/c91fc79bb215e647e90fe302070af593 to your computer and use it in GitHub Desktop.
# importing required values
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
# read the train data
train_data = pd.read_csv('dataset/train_kOBLwZA.csv')
# check for the null values
train_data.isna().sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment