https://github.com/wincowgerdev/bffp
A repo for data cleanup and analysis of Break Free From Plastic's Brand Audit Data
https://github.com/wincowgerdev/bffp
brands plastic pollution waste
Last synced: 18 days ago
JSON representation
A repo for data cleanup and analysis of Break Free From Plastic's Brand Audit Data
- Host: GitHub
- URL: https://github.com/wincowgerdev/bffp
- Owner: wincowgerDEV
- License: mit
- Created: 2022-08-09T17:45:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:25:35.000Z (about 2 years ago)
- Last Synced: 2025-10-22T13:54:18.333Z (8 months ago)
- Topics: brands, plastic, pollution, waste
- Language: R
- Homepage: https://www.breakfreefromplastic.org/
- Size: 27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BFFP Brand Audit Data Cleanup and Analysis
Welcome to the repo for the [Break Free From Plastic](https://www.breakfreefromplastic.org/) Brand Audit data analysis for the publication "Global Producer Responsibility for Plastic Pollution"
Please submit an [issue](https://github.com/wincowgerDEV/BFFP/issues) for any questions, comments, or bugs.
## [code.R](https://github.com/wincowgerDEV/BFFP/blob/main/code.R)
Code to do primary data analysis and cleanup for the brand audit publication.
## [github_data](https://github.com/wincowgerDEV/BFFP/tree/main/github_data)
All datasets currently implemented in the code.R script.
## [raw_processed_data.csv](https://github.com/wincowgerDEV/BFFP/blob/main/raw_processed_data.csv)
The most complete and rawest form of the dataset that can be used to reproduce all results. This should be used in most cases instead of the data in github_data and can be reproduced or expanded upon by leveraging the datasets in github_data. The .RData version of this file is more reproducible than .csv when working in an R environment.
## [data_descriptions.csv](https://github.com/wincowgerDEV/BFFP/blob/main/data_descriptions.csv)
Full descriptions of the fields of raw_processed_data and other datasets that live in github_data.