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.
- Host: GitHub
- URL: https://github.com/nrennie/shakespeare
- Owner: nrennie
- Created: 2024-08-25T21:51:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:42:27.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T08:06:26.666Z (over 1 year ago)
- Topics: data, r
- Language: R
- Homepage:
- Size: 821 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)