https://github.com/kevinwood15/python_twitter_datawrangling_project
The main objectives of this project is to wrangle (clean) and analyze twitter data. I deal with some messy data, clean it, then plot some visualizations of the data to analyze it.
https://github.com/kevinwood15/python_twitter_datawrangling_project
cleaning-data data-science data-visualization python wrangling-data
Last synced: about 1 month ago
JSON representation
The main objectives of this project is to wrangle (clean) and analyze twitter data. I deal with some messy data, clean it, then plot some visualizations of the data to analyze it.
- Host: GitHub
- URL: https://github.com/kevinwood15/python_twitter_datawrangling_project
- Owner: kevinwood15
- Created: 2025-02-24T17:18:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T17:47:13.000Z (over 1 year ago)
- Last Synced: 2025-03-21T18:38:47.822Z (over 1 year ago)
- Topics: cleaning-data, data-science, data-visualization, python, wrangling-data
- Language: Jupyter Notebook
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python_Twitter_DataWrangling
The main objectives of this project is to wrangle (clean) and analyze twitter data. I deal with some messy data, clean it, then plot some visualizations of the data to analyze it.
This project utilizes three data type:
The .csv file is of tweets from twitter (now X), which post pictures of dogs and rate them on a scale of 10
The .tsv is data from an algorithm that predictions the dogs breed from an image
The .json file provides additional information about each posts number of retweets, favorites, etc.