Skip to content

Commit

Permalink
added data from kaggle shortjokes
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-lin committed Mar 6, 2019
1 parent 0efcf76 commit 93b6c91
Show file tree
Hide file tree
Showing 2 changed files with 231,661 additions and 4 deletions.
7 changes: 3 additions & 4 deletions EDA.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,8 @@
],
"source": [
"# see the first n lines of accepted data\n",
"n = 100\n",
"accepted_data = pd.read_csv('input/accepted_2007_to_2018Q3.csv.gz', nrows=n, compression='gzip',\n",
" error_bad_lines=False)\n",
"\n",
"kaggle_jokes = pd.read_csv('input/kaggle/shortjokes.csv.gz')\n",
"list(accepted_data.columns.values)"
]
},
Expand Down Expand Up @@ -247,7 +246,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.1"
"version": "3.7.2"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 93b6c91

Please sign in to comment.