An open API service indexing awesome lists of open source software.

https://github.com/nrennie/shakespeare

CSV files of the works of William Shakespeare.
https://github.com/nrennie/shakespeare

data r

Last synced: over 1 year ago
JSON representation

CSV files of the works of William Shakespeare.

Awesome Lists containing this project

README

          

# Shakespeare

This repository contains data on the plays of William Shakespeare.

## Data

The data is scraped from [shakespeare.mit.edu](https://shakespeare.mit.edu/), and processed into CSV format. The processing code can be found in the `R/functions.R` file. The website [shakespeare.mit.edu](https://shakespeare.mit.edu/) states that the HTML versions of the plays provided there are placed in the public domain, and the versions here follow suit.

## Analysis

See [github.com/nrennie/bechdel-test](https://github.com/nrennie/bechdel-test) for an example of analysis performed on the Romeo and Juliet dataset.

### Plots




### TidyTuesday

Some of these datasets were used for TidyTuesday data in September 2024: [github.com/rfordatascience/tidytuesday/blob/master/data/2024/2024-09-17/readme.md](https://github.com/rfordatascience/tidytuesday/blob/master/data/2024/2024-09-17/readme.md)