Spaces:
Running
Running
Update Linkedin_Data_API_Calls.py
Browse files
Linkedin_Data_API_Calls.py
CHANGED
@@ -320,7 +320,7 @@ def prepare_data_for_bubble(detailed_posts, all_actual_comments_data):
|
|
320 |
"sentiment": post_data["sentiment"], # Overall sentiment of the post based on its comments
|
321 |
"text": post_data["raw_text"], # Storing the full raw text
|
322 |
#"summary_text": post_data["summary"],
|
323 |
-
"
|
324 |
# Add any other fields from post_data needed for LI_post table
|
325 |
})
|
326 |
|
|
|
320 |
"sentiment": post_data["sentiment"], # Overall sentiment of the post based on its comments
|
321 |
"text": post_data["raw_text"], # Storing the full raw text
|
322 |
#"summary_text": post_data["summary"],
|
323 |
+
"li_eb_label": post_data["category"],
|
324 |
# Add any other fields from post_data needed for LI_post table
|
325 |
})
|
326 |
|