Learn practical skills, build real-world projects, and advance your career

COVID19 Tweets

This datasets is mainly analysis of COVID19 Tweets, This datasets download form kaggle.com and link of my datasets is https://www.kaggle.com/gpreda/covid19-tweets, I'm trying to analyse the datasets of Tweets of COVID19, I am going to use numpy/pandas/matplotlib/seaborn...etc.These libraries are used for plotting the dataset. This project is from the course which is given by Jovian.ml which is a course of https://jovian.ml/learn/data-analysis-with-python-zero-to-pandas

Downloading the Dataset

Firstly search for the dataset on kaggle page then download the datasets by installing python library i.e, opendatasets and the dataset has been downloaded.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/gpreda/covid19-tweets'