Coder Social home page Coder Social logo

geeksperiments / covid19_twitter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thepanacealab/covid19_twitter

0.0 1.0 0.0 3.02 GB

Covid-19 Twitter dataset for non-commercial research use and pre-processing scripts - under active development

Home Page: http://www.panacealab.org/covid19/

Python 100.00%

covid19_twitter's Introduction

Latest Updates:

7/02/20 Daily data (under the /dailies/ folder) has been added for 7/01 and 6/29, note that some tweets will bleed into the following day due to different timezones captured.

6/30/20 Daily data (under the /dailies/ folder) has been added for 6/29 and 6/28, note that some tweets will bleed into the following day due to different timezones captured.

6/28/20 - Version 16 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/27 and version 15.0 of the dataset. Dailies have been added for 6/27, 6/26, and 6/25 in the dailies folder. We made it to 446 Million tweets in this version of the dataset. NEW in Version 16: Besides our regular update, we now have included the tweet identifiers and their respective tweet location place country code for the clean version of the dataset. This is found on the clean_place_country.tar.gz file, each file is identified by the two-character ISO country code as the file suffix.

6/25/20 Daily data (under the /dailies/ folder) has been added for 6/24 and 6/23, note that some tweets will bleed into the following day due to different timezones captured.

6/23/20 Daily data (under the /dailies/ folder) has been added for 6/22 and 6/21, note that some tweets will bleed into the following day due to different timezones captured.

6/21/20 - Version 15.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/20 and version 14.0 of the dataset. Dailies have been added for 6/20, 6/19, and 6/18 in the dailies folder. We made it to 424 Million tweets in this version of the dataset. NEW in Version 15: Besides our regular update, we now have included the tweet identifiers and their respective language for the clean version of the dataset. This is found on the clean_languages.tar.gz file, each file is identified by the two-character language code as the file suffix.

6/18/20 Daily data (under the /dailies/ folder) has been added for 6/17 and 6/16, note that some tweets will bleed into the following day due to different timezones captured.

6/16/20 Daily data (under the /dailies/ folder) has been added for 6/15 and 6/14, note that some tweets will bleed into the following day due to different timezones captured.

6/14/20 - Version 14.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/13 and version 13.0 of the dataset. Dailies have been added for 6/13, 6/2, and 6/11 in the dailies folder. We made it to 403 Million tweets in this version of the dataset. NEW in Version 14: Besides our regular update, we now have included the tweet identifiers and their respective language for the clean version of the dataset. This is found on the clean_languages.tar.gz file, each file is identified by the two-character language code as the file suffix.

6/11/20 - Daily data (under the /dailies/ folder) has been added for 6/10 and 6/9, note that some tweets will bleed into the following day due to different timezones captured.

6/9/20 - Daily data (under the /dailies/ folder) has been added for 6/8 and 6/7, note that some tweets will bleed into the following day due to different timezones captured.

6/7/20 - Version 13.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/6 and version 12.0 of the dataset. Dailies have been added for 6/6, 6/5, and 6/4 in the dailies folder. We made it to 383 Million tweets in this version of the dataset. NEW in Version 13: Besides our regular update, we have now included daily sorted counts of hashtags, mentions, and emojis (character and text) found on English tweets. These are zipped under: hashtags.zip, mentions.zip, and emojis.zip. There is one file per day properly labeled.

6/4/20 - Daily data (under the /dailies/ folder) has been added for 6/3 and 6/2, note that some tweets will bleed into the following day due to different timezones captured.

6/2/20 - Daily data (under the /dailies/ folder) has been added for 6/1 and 5/31, note that some tweets will bleed into the following day due to different timezones captured.

5/31/20 - Version 12.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 5/30 and version 11.0 of the dataset. Dailies have been added for 5/30, 5/29, and 5/28 in the dailies folder. We made it to 361 Million tweets in this version of the dataset. NEW in Version 12: Besides our regular update, we have now included daily sorted counts of hashtags, mentions, and emojis (character and text) found on English tweets. These are zipped under: hashtags.zip, mentions.zip, and emojis.zip. There is one file per day properly labeled.

5/28/20 - Daily data (under the /dailies/ folder) has been added for 5/27 and 5/26, note that some tweets will bleed into the following day due to different timezones captured.

5/26/20 - Daily data (under the /dailies/ folder) has been added for 5/25 and 5/24, note that some tweets will bleed into the following day due to different timezones captured.

Covid-19 Twitter chatter dataset for scientific use

Due to the relevance of the COVID-19 global pandemic, we are releasing our dataset of tweets acquired from the Twitter Stream related to COVID-19 chatter. The first 9 weeks of data (from January 1st, 2020 to March 11th, 2020) contain very low tweet counts as we filtered other data we were collecting for other research purposes, however, one can see the dramatic increase as the awareness for the virus spread. Dedicated data gathering started from March 11th yielding over 4 million tweets a day.

The data collected from the stream captures all languages, but the higher prevalence are: English, Spanish, and French. We release all tweets and retweets on the full dataset, and a cleaned version with no retweets. There are several practical reasons for us to leave the retweets, tracing important tweets and their dissemination is one of them. For NLP tasks we provide the top 1000 frequent terms, the top 1000 bigrams, and the top 1000 trigrams. Some general statistics per day are included for both datasets.

We will continue to update the dataset every two days here and weekly in Zenodo.

For more information on processing and visualizations please visit: www.panacealab.org/covid19

Usage

All tweets ids found in full_dataset.tsv and full_dataset-clean.tsv need to be hydrated using a tool like get_metada.py from the Social Media Toolkit (SMMT) released by our lab or Twarc.

Note: All the code in the /processing_code folder is provided as-is, it was used to generate the provided files from the source Tweet JSON files. Documentation will be gradually added for these scripts.

Mainted by:

Panacea Lab - Georgia State University - Juan M. Banda, Ramya Tekumalla, and Gerardo Chowell-Puente. Additional data provided by: Guanyu Wang (Missouri school of journalism, University of Missouri), Jingyuan Yu (Department of social psychology, Universitat Autònoma de Barcelona), Tuo Liu (Department of psychology, Carl von Ossietzky Universität Oldenburg), Yuning Ding (Language technology lab, Universität Duisburg-Essen), Katya Artemova (NRU HSE) and Elena Tutubalina (KFU)

Version 16.0 release notes

DOI

NEW in Version 16: NEW in Version 16: Besides our regular update, we now have included the tweet identifiers and their respective tweet location place country code for the clean version of the dataset. This is found on the clean_place_country.tar.gz file, each file is identified by the two-character ISO country code as the file suffix. Version 14.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/20 and version 14.0 of the dataset. Dailies have been added for 6/27, 6/26, and 6/25 in the dailies folder. We made it to 446 Million tweets in this version of the dataset.

Version 15.0 release notes

DOI

NEW in Version 15: Besides our regular update, we now have included the tweet identifiers and their respective language for the clean version of the dataset. This is found on the clean_languages.tar.gz file, each file is identified by the two-character language code as the file suffix. Version 14.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/20 and version 14.0 of the dataset. Dailies have been added for 6/20, 6/19, and 6/18 in the dailies folder. We made it to 424 Million tweets in this version of the dataset.

Version 14.0 release notes

DOI

NEW in Version 14: Besides our regular update, we now have included the tweet identifiers and their respective language for the clean version of the dataset. This is found on the clean_languages.tar.gz file, each file is identified by the two-character language code as the file suffix. Version 14.0 of the dataset has been released. It can be found in: https://doi.org/10.5281/zenodo.3723939. This incorporates all the dailies until 6/13 and version 13.0 of the dataset. Dailies have been added for 6/13, 6/2, and 6/11 in the dailies folder. We made it to 403 Million tweets in this version of the dataset.

Version 13.0 release notes

DOI

Version 13 This incorporates all the dailies until 6/6 and version 12.0 of the dataset. We made it to 383 Million tweets in this version of the dataset. NEW in Version 13: Besides our regular update, we have now included daily sorted counts of hashtags, mentions, and emojis (character and text) found on English tweets. These are zipped under: hashtags.zip, mentions.zip, and emojis.zip. There is one file per day properly labeled.

Version 12.0 release notes

DOI

Version 12 This incorporates all the dailies until 5/30 and version 11.0 of the dataset. We made it to 361 Million tweets in this version of the dataset. NEW in Version 12: Besides our regular update, we have now included daily sorted counts of hashtags, mentions, and emojis (character and text) found on English tweets. These are zipped under: hashtags.zip, mentions.zip, and emojis.zip. There is one file per day properly labeled.

Version 11.0 release notes

DOI

Version 11 This incorporates all the dailies until 5/23 and version 10.0 of the dataset. We made it to 336 Million tweets in this version of the dataset.

Version 10.0 release notes

DOI

Version 10 This incorporates all the dailies until 5/16 and version 9.0 of the dataset PLUS ~1.5 million tweets contributed by: Katya Artemova (NRU HSE) and Elena Tutubalina (KFU). We made it to 309 Million tweets in this version of the dataset.

Version 9.0 release notes

DOI

We made it to 283 million tweets!. This combines version 8 of the dataset and all the dailies until 5/09.

Version 8.0 release notes

DOI

We made it to 255 million tweets!. This combines version 7 of the dataset and all the dailies until 5/02.

Version 7.0 release notes

DOI

We made it to 230 million tweets!. This combines version 6 of the dataset and all the dailies until 4/25.

Version 6.0 release notes

DOI

We made it to 205 million tweets!. This combines version 5 of the dataset and all the dailies until 4/18. We updated the name to match the pre-print for the dataset manuscript.

Version 5.0 release notes

DOI

This combines version 4 of the dataset and all the dailies until 4/11.

Version 4.0 release notes

DOI

We have fully integrated our collaborators data, January 27 to March 27th include several million extra tweets. This combines version 3 of the dataset and all the dailies until 4/4.

Version 3.0 release notes

DOI

Thanks to our new collaborators, We have added full month of tweets between January 27th and February 27th to version 2 of the dataset, plus all the dailes until 3/30. This data now has better coverage for the earlier days of the pandemic.

Version 2.0 release notes

DOI

We have added a full seven days of tweets in this latest release. Bascially everything in the dailies folders. We will leave those for people doing daily analyses, but if you haven't downloaded anything before, start with this version of the dataset. We are up to 70,569,368 unique tweets and when removing retweets, we have 13,535,912 unique tweets.

Version 1.0 release notes

DOI

Due to the relevance of the COVID-19 global pandemic, we are releasing our dataset of tweets acquired from the Twitter Stream related to COVID-19 chatter. The first 9 weeks of data (from January 1st, 2020 to March 11th, 2020) contain very low tweet counts as we filtered other data we were collecting for other research purposes, however, one can see the dramatic increase as the awareness for the virus spread. Dedicated data gathering started from March 11th to March 22nd which yielded over 4 million tweets a day.

The data collected from the stream captures all languages, but the higher prevalence are: English, Spanish, and French. We release all tweets and retweets on the full_dataset.tsv file (40,823,816 unique tweets), and a cleaned version with no retweets on the full_dataset-clean.tsv file (7,479,940 unique tweets). There are several practical reasons for us to leave the retweets, tracing important tweets and their dissemination is one of them. For NLP tasks we provide the top 1000 frequent terms in frequent_terms.csv, the top 1000 bigrams in frequent_bigrams.csv, and the top 1000 trigrams in frequent_trigrams.csv. Some general statistics per day are included for both datasets in the statistics-full_dataset.tsv and statistics-full_dataset-clean.tsv files.

How to cite this dataset:

Version 12.0

@dataset{banda_juan_m_2020_3757272,
  author       = {Banda, Juan M. and
                  Tekumalla, Ramya and
                  Wang, Guanyu and
                  Yu, Jingyuan and
                  Liu, Tuo and
                  Ding, Yuning and
                  Artemova, Katya and
                  Tutubalinа, Elena and
                  Chowell, Gerardo},
  title        = {{A large-scale COVID-19 Twitter chatter dataset for 
                   open scientific research - an international
                   collaboration}},
  month        = may,
  year         = 2020,
  note         = {{This dataset will be updated bi-weekly at least 
                   with additional tweets, look at the github repo
                   for these updates. Release: We have standardized
                   the name of the resource to match our pre-print
                   manuscript and to not have to update it every
                   week.}},
  publisher    = {Zenodo},
  version      = {16.0},
  doi          = {10.5281/zenodo.3723939},
  url          = {https://doi.org/10.5281/zenodo.3723939}
}

covid19_twitter's People

Contributors

jmbanda avatar tutubalinaev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.