Skip to content

Instantly share code, notes, and snippets.

@Abhayparashar31
Created October 25, 2020 23:18
Show Gist options
  • Save Abhayparashar31/689be33211761e6c71195007136d9964 to your computer and use it in GitHub Desktop.
Save Abhayparashar31/689be33211761e6c71195007136d9964 to your computer and use it in GitHub Desktop.
import pandas as pd
df=pd.read_csv("data/titanic.csv",usecols=['Age','Cabin','Survived'])
df.isnull().mean()
df.dtypes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment