Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.03 KB

FlyDashboard

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

Installation

One option is to use Jupyter Dashboards, you can read all about it here.

Notes

Please feel free to process the data as needed, including creating new columns that you think would be interesting to visualize.

More about pandas and Jupyter

Happy dashboarding!