Skip to content

Instantly share code, notes, and snippets.

@pranjalAI
Created July 23, 2021 09:27
Show Gist options
  • Save pranjalAI/4b7b093fd7a116c0fd6b020898cd1a9b to your computer and use it in GitHub Desktop.
Save pranjalAI/4b7b093fd7a116c0fd6b020898cd1a9b to your computer and use it in GitHub Desktop.
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