Created
October 25, 2020 23:18
-
-
Save Abhayparashar31/689be33211761e6c71195007136d9964 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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