Skip to content

villaorlado/theaterasdata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theater as Data

This repository contains code and data for the projects described in my book Theater as Data(University of Michigan Press, 2021), which is available here as Open Access. The book explains how and when to use computational methods for studying the performing arts (and other forms of intangible cultural heritage).

Repository structure

  • data/
    • All the necessary data for running the code, mostly in .csv format, organized per chapter. ch_7 contains a .zip for Google Colab, which is not required for runnning the analysis locally.
  • code/
    • Jupyter Nobtebooks for running the statistical analyses and re-creating the visualizations described in the book.

2024 Update

The code here is almost identical to that which is available from the publisher's website, with some minor adaptations for easier work with the most recent version of certain libraries.

Installation

You can clone this repository to run this code locally. You can installed the required packages with the following command

pip install -r requirements.txt

Running on Google Colab

Alternatively, you can also run the four Notebooks directly on Google colab:

*Note: the code in Colab has been adapted slightly to load the data directly from this GitHub repo, rather than having to upload it directly.

Notes on Python and Jupyter

This interactive Jupyter Notebooks assume basic familiarity with Python and Jupyter. For users not familiar with Python, I recommend Allen Downey's Elements of Data Science and Melanie Walsh's Introduction to Cultural Analytics & Python

Using this code

If you use this code in your teaching or research, please let me know! You can find my contact details at https://miguelescobar.com. Please also open an issue or get in touch if you find any errors.

About

Code and data for Theater as Data (University of Michigan Press, 2021)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published