Created
July 23, 2021 09:27
-
-
Save pranjalAI/4b7b093fd7a116c0fd6b020898cd1a9b 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 | |
import missingno as msno | |
dataset = pd.read_csv('filename.csv') | |
msno.bar(dataset) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment