8000 GitHub - omarbassam88/we-rate-dogs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

omarbassam88/we-rate-dogs

Repository files navigation

WeRateDogs Data Wrangling

This project started as an assessment for for the Udacity Data Analysis Professional Track.

The dataset is the tweet archive of Twitter user @dog_rates, also known as WeRateDogs. WeRateDogs is a Twitter account that rates people's dogs with a humorous comment about the dog. These ratings almost always have a denominator of 10. The numerators, though? Almost always greater than 10. 11/10, 12/10, 13/10, etc. Why? Because:

"they're good dogs Brent."

WeRateDogs has over 4 million followers and has received international media coverage.

Challenges

Working with real world data is not a an easy process. Data needed to be gathered from different sources both manually and programmatically. after the data was cleaned, it was stored locally in separted files to appply the analysis and visualization to them.

Project files

  • wrangle_act.ipynb : The main process of wrangling, analyzing and visualizing the data.
  • wrangle_report.html : The final summery of the data wrangling efforts exported from wrangle_report.ipynb.
  • act_report.html : The final data analysis and visualization exported form wrangle_act.ipynb.
  • twitter_archive_master.csv : Cleaned data of from the Twitter archive and Twitter API.
  • image_predictions_clean.csv : The Cleaned data of the image predictions from the neural network.
  • reportexport.sh : a bach script to run if re-exporting the HTML files is needed.

Languages used

  • Python (3.8 or above recommended)

Requirements

if you don't have the requirements you can install them using pip:

pip install -r requirements.txt

if you are using conda use the command below instead:

conda env create -f environment.yaml

Recommended Tools

References

About

No description, website, or topics provided.

Resources

4E37

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0