Skip to content

Commit

Permalink
Fork from github.com/lming24/sentiment_analysis_politicians_germany
Browse files Browse the repository at this point in the history
  • Loading branch information
somm-doe committed Nov 29, 2024
1 parent d6b6eb1 commit 6709813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"outputs": [],
"source": [
"df = pd.read_csv('data/data_all_processed_2024-11-03.csv')"
"df = pd.read_csv('data/data_all_processed.csv')"
]
},
{
Expand Down Expand Up @@ -133,7 +133,7 @@
"id": "d37b996c-aa6e-4be0-a6ec-440fbf27fafd",
"metadata": {},
"source": [
"### Task 1: Sentiment shares by publication (2021-12-08 to 2024-07-11)"
"### Task 1: Sentiment shares by publication (December 8, 2021, to July 11, 2024)"
]
},
{
Expand Down Expand Up @@ -263,22 +263,6 @@
"### Task 2: Mean sentiment for all politicians by publication"
]
},
{
"cell_type": "markdown",
"id": "f6af3765-cc65-4565-b3f0-c6d3a3b9bd0d",
"metadata": {},
"source": [
"#### 2021-12-07 to now"
]
},
{
"cell_type": "markdown",
"id": "dcdfed82-cb3b-480b-9700-833a2754120d",
"metadata": {},
"source": [
"#### All"
]
},
{
"cell_type": "code",
"execution_count": 54,
Expand Down

0 comments on commit 6709813

Please sign in to comment.