fivethirtyeight / russian-troll-tweets

770 stars 215 forks source link

add script to make sqlite3 database from csv's #17

Closed gsmith-to closed 6 years ago

gsmith-to commented 6 years ago

This is a python 2 script which will transform the csv data to an sqlite3 database. All fields are copied as-is with the same names; a publish_time field is added with the time in seconds (unix time). Size of database file is 1.1 GB

dmil commented 6 years ago

Thanks for your great work. We're going to refrain from adding any scripts other than the data itself to master, but its really great to see forks of the repo with tools for analysis. Please see #28 for the most recent update to the dataset.

EvanCarroll commented 6 years ago

Feel free to reapply them to my fork and I'll pull.

https://github.com/EvanCarroll/russian-troll-tweets

If you want to join with python and work on the project, be happy to make you a contributor.