Skip to content

Instantly share code, notes, and snippets.

@rodrigols89
Created September 18, 2020 20:52
Show Gist options
  • Select an option

  • Save rodrigols89/d977e206ea6c4a9cfafff0488c270f62 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigols89/d977e206ea6c4a9cfafff0488c270f62 to your computer and use it in GitHub Desktop.
import pandas as pd
pd.set_option('display.max_columns', 18)
data = pd.read_csv('../datasets/athlete_events.csv')
isNullSum = data.isnull().sum()
print(isNullSum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment