← All projects

Wrangle_Analyse_Data

by @Mehdi-Rh

12

This project is about Data Wrangling of data gathered from the tweeter API, the weRatDog page

About this project

Gather, Wrangle and Analyse Data By Rahal Mehdi Abdelaziz Project Overview The goal of this project was to learn how to gather data from an API wrangle and analyse data. The summary of findings can be fount on the actreport.pdf file DataSet This data was gathered from the WeRateDog page on twitter We have 3 datasets: • Twitter-archive-enhanced: a csv file downloaded manually and wrangled as a dataframe named "df1". • Imagepredictions: a tsv gathered programmatically using the ‘requests’ library from this url : https://d17h27t6h515a5.cloudfront.net/topher/2017/August/599fd2adimage-predictions/image-predictions.tsv and wrangled as a dataframe named "df2". • Tweetjson : a txt file gathered from tweets JSON data using the twitter API ‘tweepy’, then read line by line to be wrangled as a dataframe named "df3".

From the project README on GitHub

Stars
12
Forks
0
Last push
4 Mar 2022

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/wrangle-analyse-data.svg)](https://www.madeinalgeria.dev/projects/wrangle-analyse-data)

Related projects