Skip to content

Instantly share code, notes, and snippets.

@skillachie
Created March 16, 2015 04:30
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 skillachie/424cb1141ee1516b200e to your computer and use it in GitHub Desktop.
Save skillachie/424cb1141ee1516b200e to your computer and use it in GitHub Desktop.
import pandas as pd
from pprint import pprint
import numpy as np
df = pd.DataFrame.from_csv('nlp_binary_features_business_days.csv')
pprint(df.isnull().sum())
#pprint(df)
~
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment