Skip to content

Data analysis of WeRateDogs Twitter account. This project aims to practice thorough data wrangling techniques. Thereafter, we will analyze our clean data to find interesting facts, report and visualize our findings. WeRateDogs is a Twitter account that humorously introduces dogs. Usually, dogs are being introduced by their name, a photo and a fu…

Notifications You must be signed in to change notification settings

faymarie/we-rate-dogs-data-analysis

Repository files navigation

we-rate-dogs-data-analysis

Analysing the WeRateDogs twitter account. Practising data wrangling and analysis.

Installation

Install python3 and packages using conda package manager

$ conda install pandas numpy python=3.6 matplotlib seaborn

Install nbextensions and wordcloud package

$ conda install -c conda-forge jupyter_contrib_nbextensions wordcloud

Install further packages using pip package manager

$ pip install requests tweepy jsonschema

Install Jupyter Notebook

You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.

For a local installation, make sure you have pip installed and run:

$ pip install notebook

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

$ jupyter notebook

Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. See Running a notebook server.

Twitter API

Apply for a Twitter API account and provide your own login information , before running the API request.

About

Data analysis of WeRateDogs Twitter account. This project aims to practice thorough data wrangling techniques. Thereafter, we will analyze our clean data to find interesting facts, report and visualize our findings. WeRateDogs is a Twitter account that humorously introduces dogs. Usually, dogs are being introduced by their name, a photo and a fu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published