Skip to content

A Data wrangling project for Udacity Data Analyst ND where we analyze the twitter data for the channel We Rate Dogs.

Notifications You must be signed in to change notification settings

soumyadip101/WeRateDogs

Repository files navigation

WeRateDogs

A Data wrangling project for Udacity Data Analyst ND where we analyze the twitter data for the channel We Rate Dogs.

Quick Start

Additional Information

Anaconda is actually a distribution of software that comes with conda, Python, and over 150 scientific packages and their dependencies. It comes with jupyter notebook too. Hence installing anaconda will automatically install jupyter notebook.

How to install Anaconda?

Download and install Anaconda:- For windows: https://repo.anaconda.com/archive/Anaconda3-5.2.0-Windows-x86_64.exe

Create a virtual environment:-

conda create -n predict-product-category python=3.6

Activate virtual environment:-

conda activate predict-product-category # for windows

Install all the dependencies:-

pip install <package_name>

To launch Jupyter Notebook:-

Enter 'jupyter notebook' on the terminal

About

A Data wrangling project for Udacity Data Analyst ND where we analyze the twitter data for the channel We Rate Dogs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published