The goal of this project is to create a simple dashboard from a set of 500 tweets about flying and climate change.
Each tweet has the following 18 fields:
- tweet_id
- author_id
- created_at
- text
- lang
- source
- public_metrics_like_count
- public_metrics_quote_count
- public_metrics_reply_count
- public_metrics_retweet_count
- author_created_at
- author_username
- author_name
- author_description
- author_public_metrics_followers_count
- author_public_metrics_following_count
- author_public_metrics_listed_count
- author_public_metrics_tweet_count
One option is to use Jupyter Dashboards, you can read all about it here.
Please feel free to process the data as needed, including creating new columns that you think would be interesting to visualize.