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

Scrapping about # Greta Thunberg - Swedish environmental activist

Greta is a 16 year word girl who started a campaigne on climate change and has gained international recognition since 2018.

I have seen her videos like "How dare you"- https://www.youtube.com/watch?v=u9KxE4Kv9A8 which tells me that she is a straight forward and blunt girl.

This gained her # world's recognistion and also # world's Target

import os
import pandas as pd
import numpy as np 
import seaborn as sns
import matplotlib.pyplot as plt
%matplotlib inline
greta= pd.read_csv("TweetScrapersTweets.csv", encoding='latin-1')
greta
greta.shape
(19816, 13)