Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created June 3, 2019 21:18
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 hamletbatista/b19d5afaa95b7d0700fc475e585033ce to your computer and use it in GitHub Desktop.
Save hamletbatista/b19d5afaa95b7d0700fc475e585033ce to your computer and use it in GitHub Desktop.
#From https://www.kaggle.com/siddhadev/atis-dataset-clean/home
#unzip atis-dataset-clean.zip
df = pd.read_csv("atis.train.csv", index_col=0)
df.groupby("intent").count()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment