Skip to content

Data and analysis supporting the BuzzFeed News article, "An Inside Look At The Accounts Twitter Has Censored In Countries Around The World," published January 24, 2018.

Notifications You must be signed in to change notification settings

BuzzFeedNews/2018-01-twitter-withheld-accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of Country-"Withheld" Twitter Accounts

This repository contains data and analysis supporting the BuzzFeed News article, "An Inside Look At The Accounts Twitter Has Censored In Countries Around The World," published January 24, 2018. That article contains important contextual and methodological details. Please read it before continuing below.

Data

This repository contains the following three datasets:

Fields in the withheld-accounts.csv file

Field name Description
user_id_numfix This is a copy of the user_id field, but prefixed with an ' so that it is not converted into scientific notation by spreadsheet programs.
user_id This is the account's Twitter-assigned identification number.
screen_name This is the account's screen name, e.g., @screenname.
bio This is the most recent profile bio that BuzzFeed News observed for this account.
withheld_category This the account's most recent status, with regards to withholding, as categorized by BuzzFeed News in its most recent data collection. See below for possible values.
withheld_in_countries This is a +-separated list of two-letter abbreviations corresponding to the countries in which BuzzFeed News observed this account being withheld in its most recent data collection.
withheld_ever This is a list similar to withheld_in_countries, except for every country in which BuzzFeed News has observed this account being withheld at any point.
followers_count This is the number of followers that this account had at the time of the most recent data collection.
following_count This is the number of accounts this account followed at the time of the most recent data collection.
signup_date This is the date on which the account was created.
first_observed This is the date on which BuzzFeed News first observed this account being withheld. See above for important caveats about this date.

withheld_category values in withheld-accounts.csv

The withheld_category field in the withheld-accounts.csv file can be one of the following four values:

  • withheld: As of the most recent data collection, this account was still withheld in at least one country.
  • not_withheld: As of the most recent data collection, this account was no longer being withheld in any country.
  • media_violation: This account was previously withheld in one or more countries but, as of the most recent data collection, was "temporarily unavailable" globally for violating Twitter's Media Policy.
  • inactive: This account was previously withheld in one or more countries but, as of the most recent data collection, was no longer accessible on Twitter — because, for example, the account has been suspended or the account's creator has deleted it.

Analysis

This repository contains two analysis notebooks, both written in Python:

Reproducibility

To reproduce the calculations, you'll need to do the following:

  • Ensure that you have installed Python and the Python libraries listed in requirements.txt.
  • Re-run each of the Jupyter notebooks in the notebooks/ directory. (Shortcut: run make reproduce; requires Python 3.)

Feedback / Questions?

Contact Jeremy Singer-Vine at [email protected].

Looking for more from BuzzFeed News? Click here for a list of our open-sourced projects, data, and code.

About

Data and analysis supporting the BuzzFeed News article, "An Inside Look At The Accounts Twitter Has Censored In Countries Around The World," published January 24, 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published