Coursera IPO - Tweets
Tweets from verified accounts
@kaggle.usharengaraju_coursera_ipo_tweets
Tweets from verified accounts
@kaggle.usharengaraju_coursera_ipo_tweets
Coursera was last valued in the private market at $3.6 billion, according to PitchBook.
Founded in 2012 by former Stanford University computer science professors Daphne Koller and Andrew Ng, the Mountain View, California-based company offers individuals access to online courses and degrees from top universities, a business that has boomed throughout the Covid-19 pandemic.
Revenue last year jumped 59% to $293 million. Still, Coursera’s net losses widened to $66.8 million from $46.7 million in 2019 as the company said it added over 12,000 new degrees for students over the last two years. Total registered users grew 65% year over year in 2020.
Source : https://www.cnbc.com/2021/03/31/coursera-ipo-cour-begins-trading-on-the-nyse.html
The dataset contains tweets regarding Coursera IPO from verified twitter accounts
Coursera IPO Tweets are scraped using Twint.
Twint is an advanced Twitter scraping tool written in Python that allows for scraping Tweets from Twitter profiles without using Twitter's API.
CREATE TABLE courseraipotweets (
"id" BIGINT,
"conversation_id" BIGINT,
"created_at" VARCHAR,
"date" TIMESTAMP,
"time" VARCHAR,
"timezone" BIGINT,
"user_id" BIGINT,
"username" VARCHAR,
"name" VARCHAR,
"place" VARCHAR,
"tweet" VARCHAR,
"language" VARCHAR,
"mentions" VARCHAR,
"urls" VARCHAR,
"photos" VARCHAR,
"replies_count" BIGINT,
"retweets_count" BIGINT,
"likes_count" BIGINT,
"hashtags" VARCHAR,
"cashtags" VARCHAR,
"link" VARCHAR,
"retweet" BOOLEAN,
"quote_url" VARCHAR,
"video" BIGINT,
"thumbnail" VARCHAR,
"near" VARCHAR,
"geo" VARCHAR,
"source" VARCHAR,
"user_rt_id" VARCHAR,
"user_rt" VARCHAR,
"retweet_id" VARCHAR,
"reply_to" VARCHAR,
"retweet_date" VARCHAR,
"translate" VARCHAR,
"trans_src" VARCHAR,
"trans_dest" VARCHAR
);Anyone who has the link will be able to view this.