This dashboard provides deep insights into the sentiment of Spotify app reviews.
File "/mount/src/spotify-sentiment-analysis/src/app.py", line 42, in <module> reviews_df = get_reviews_for_sentiment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^File "/mount/src/spotify-sentiment-analysis/src/utils/database.py", line 9, in get_reviews_for_sentiment conn = get_connection() # Get a connection to the database ^^^^^^^^^^^^^^^^File "/mount/src/spotify-sentiment-analysis/src/utils/database.py", line 6, in get_connection return duckdb.connect(f"md:?token={MOTHERDUCK_TOKEN}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^