DS4UX (Spring 2016)/Panama Papers: Difference between revisions

From CommunityData
No edit summary
No edit summary
Line 1: Line 1:
<div style="font-family:Rockwell,'Courier Bold',Courier,Georgia,'Times New Roman',Times,serif; min-width:10em;">
<div style="float:left; width:100%; margin-right:2%;">
{{Link/Graphic/Main/2
|highlight color= 27666b
|color=460c40
|link=
|image=
|text-align=left
|top font-size= 1.1em
|top color=FFF
|line color=FFF
|top text=This page is a work in progress.
|bottom font-size= 1em
|bottom color= FFF
|bottom text=
|line= none
}}</div></div>
[[File:Wikipedia.png|right|250px]]
[[File:Wikipedia.png|right|250px]]



Revision as of 02:55, 27 April 2016

This page is a work in progress.
Wikipedia.png

In this project, we will explore a few ways to gather data using two Wikipedia APIs: one provides data related to edits, and the other provides data related to pageviews. Once we've done that, we will extend this to code to create our own datasets of Wikipedia edits or other data that we might be able to use to ask and answer questions in the final session.

Goals

  • Get set up to build datasets with Wikipedia APIs
  • Have fun collecting different types of data from Wikipedia
  • Practice reading API documentation
  • Pracice testing API queries in an API Sandbox
  • Practice reading and extending other people's code

Download and test the Wikipedia API project

  1. Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:

https://jtmorgan.net/ds4ux/week6/panama-papers.zip

  1. Find panama-papers.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called panama-papers containing several files.
  2. In PowerShell or Terminal, navigate to the panama-papers directory and type:


Example topics we might cover in the session

Main Wikipedia API

Page View API

Questions to answer

Warm up questions:

  1. When was the article about the Panama Papers created?
  2. When was the most recent edit to the Panama Papers article?
  3. Think of one or two articles that interest you. Which ones were created first?
  4. Which have been edited most recently?

How many views did Panama_Papers have…

  1. the day it was created?
  2. the first week?
  3. How does this compare to the articles that interest you?

How many edits did it get in…

  1. the first 24 hours?
  2. the first week?
  3. How many edits did the articles that interest you get?

More difficult questions:

  1. Who made the total most edits to the article?
  2. What’s the number of edits per day in the first two weeks of the article?
  3. What’s the peak number of edits per hour of the article? When did it occur?
  4. Who were the top editors during that hour?
  5. What day did it have the most views, and how many views did it have?
  6. How many views did it have per day?
  7. How many views did it have per day on German Wikipedia?
  8. Who’s the person named in the Panama papers with the most views to their Wikipedia page?

Resources