Skip to content

Instantly share code, notes, and snippets.

@McSpooder
Created July 22, 2020 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McSpooder/56739fc194f03c151e6a18429281a331 to your computer and use it in GitHub Desktop.
Save McSpooder/56739fc194f03c151e6a18429281a331 to your computer and use it in GitHub Desktop.
Understanding the clinical data
import seaborn as sns
import pandas as pd
import matplotlib as plt
clin = pd.read_csv("./bas_clin_with_categorical.csv")
clin.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment