GuglielmoTor commited on
Commit
f1a8a74
·
verified ·
1 Parent(s): 517dd8f

Update Linkedin_Data_API_Calls.py

Browse files
Files changed (1) hide show
  1. Linkedin_Data_API_Calls.py +1 -1
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
- "LI_EB_label": post_data["category"],
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