Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created December 14, 2020 11:23
Show Gist options
  • Save betterdatascience/bba0e4469814751cd10c8eb144a1b1aa to your computer and use it in GitHub Desktop.
Save betterdatascience/bba0e4469814751cd10c8eb144a1b1aa to your computer and use it in GitHub Desktop.

Revisions

  1. betterdatascience created this gist Dec 14, 2020.
    5 changes: 5 additions & 0 deletions explainers.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    import numpy as np
    import pandas as pd

    wine = pd.read_csv('wine.csv')
    wine.head()