Skip to content

Instantly share code, notes, and snippets.

View mkleinbort's full-sized avatar

Mycchaka Kleinbort mkleinbort

  • London
View GitHub Profile
import streamlit as st
st.title('Hello!')
@mkleinbort
mkleinbort / Tools.md
Last active June 26, 2018 21:35
GoodToKnows

missingno (msgn)

Good for visualizing missing data and exploring patterns in the missing values of missing data.

pandas_profiling

A 1-line tool for data exploration, statistical analysis and EDA. I was working on a similar library, but this is clearely of excellent quality.

import pandas as pd
from pandas_profiling import ProfileReport