You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the data is in CSV format and the train_bodies.txt file contains column values which span multiple lines, it may cause problems for many csv readers or for people using simple split of delimiter values. I have parsed the data in JSON format and also included a script which does the same. I think it will give an easy to use data for participants.
Will send a pull request.
The text was updated successfully, but these errors were encountered:
napsternxg
added a commit
to napsternxg/fnc-1
that referenced
this issue
Feb 1, 2017
* Single `train_combined.json` file with all data
* Included jupyter notebook with details on parsing the data
* Updated README with format details
FixesFakeNewsChallenge#1
Since the data is in CSV format and the
train_bodies.txt
file contains column values which span multiple lines, it may cause problems for many csv readers or for people using simple split of delimiter values. I have parsed the data in JSON format and also included a script which does the same. I think it will give an easy to use data for participants.Will send a pull request.
The text was updated successfully, but these errors were encountered: