Community Data Science Workshops (Fall 2015)/Day 2 projects/Wikipedia: Difference between revisions

From CommunityData
(moving content over from Community_Data_Science_Workshops_(Spring_2015)/Day_2_Projects/Wikipedia and update category)
 
(update links)
Line 14: Line 14:
=== Download and test the Wikipedia project ===
=== Download and test the Wikipedia project ===


If you are confused by these steps, go back and refresh your memory with the [[Community Data Science Workshops (Spring 2015)/Day 0 setup and tutorial|Day 0 setup and tutorial]] and [[Community Data Science Workshops (Spring 2015)/Day 0 tutorial|Day 0 tutorial]]
If you are confused by these steps, go back and refresh your memory with the [[Community Data Science Workshops (Fall 2015)/Day 0 setup and tutorial|Day 0 setup and tutorial]] and [[Community Data Science Workshops (Fall 2015)/Day 0 tutorial|Day 0 tutorial]]


(Estimated time: 10 minutes)
(Estimated time: 10 minutes)


* [[Community Data Science Workshops (Spring 2015)/Day 2 Projects/Wikipedia/Windows setup|Windows]]
* [[Community Data Science Workshops (Fall 2015)/Day 2 projects/Wikipedia/Windows setup|Windows]]
* [[Community Data Science Workshops (Spring 2015)/Day 2 Projects/Wikipedia/OS X setup|OS X]]
* [[Community Data Science Workshops (Fall 2015)/Day 2 projects/Wikipedia/OS X setup|OS X]]


=== Example topics we might cover in the lecture ===
=== Example topics we might cover in the lecture ===

Revision as of 02:30, 19 October 2015

Wikipedia.png

Building a Dataset using the Wikipedia API

In this project, we will explore a few ways to gather data using the Wikipedia API. 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 the Wikipedia API
  • Have fun collecting different types of data from Wikipedia
  • Practice reading and extending other people's code
  • Create a few collections of different types of data from Wikipedia that you can do research with in the final section

Download and test the Wikipedia project

If you are confused by these steps, go back and refresh your memory with the Day 0 setup and tutorial and Day 0 tutorial

(Estimated time: 10 minutes)

Example topics we might cover in the lecture

Resources