Skip to content

civictechdc/eavs_clc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Election Administration and Voting Survey (EAVS) Data

This repository contains code to download and process U.S. Election Administration and Voting Survey (EAVS) datasets to support research and analysis by the Campaign Legal Center's Voting Rights team.

Developed and maintained by volunteers from Civic Tech DC.

Project Organization

├── LICENSE            <- License for this project
├── Makefile           <- Makefile with convenience commands like `make data` or `make train`
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical datasets ready for analysis.
│   └── raw            <- The original, immutable data dump.
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         the creator's initials, and a short `-` delimited description, e.g.
│                         `1.0-jqp-initial-data-exploration`.
│
├── pyproject.toml     <- Project configuration file with package metadata for
│                         eavs and configuration for developer tools
│
├── references         <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports            <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures        <- Generated graphics and figures to be used in reporting
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
│                         generated with `pip freeze > requirements.txt`
│
└── eavs   <- Source code for use in this project.
    │
    ├── __init__.py             <- Makes eavs a Python module
    │
    ├── config.py               <- Store useful variables and configuration
    │
    └── ...                     <- ...