---
language:
- en
license: apache-2.0
size_categories:
- n<1K
dataset_info:
  features:
  - name: _id
    dtype: int64
  - name: complaint
    dtype: string
  - name: location
    dtype: string
  - name: date_received
    dtype: timestamp[us]
  - name: source_name
    dtype: string
  - name: source_location
    dtype: string
  splits:
  - name: train
    num_bytes: 331912
    num_examples: 836
  download_size: 203231
  dataset_size: 331912
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- climate
---

### Georgia EPD Complaints

A dataset of 800 environmental complaints from the Environmental Department of Georgia (EPD) from 01/01/2020 to 04/01/2024. Anyone can submit a complaint, and they are then investigated by the EPD. 

The web scraper used to gather the data is available here: [github.com/davidheineman/epa](https://github.com/davidheineman/epa)

For more information, please see the complaint website at [cts.gaepd.org](https://cts.gaepd.org/) and the EPD website at [epd.georgia.gov](https://epd.georgia.gov/).