From 0a1e1a0ba0cbbaebc16f64e2e16a775d8f072c25 Mon Sep 17 00:00:00 2001 From: FlorentLvr <48032461+FlorentLvr@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:02:29 +0100 Subject: [PATCH] feat: Update LinkedIn_Get_post_interactions.ipynb --- LinkedIn/LinkedIn_Get_post_interactions.ipynb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/LinkedIn/LinkedIn_Get_post_interactions.ipynb b/LinkedIn/LinkedIn_Get_post_interactions.ipynb index 26f6535696..4e6dd7b220 100644 --- a/LinkedIn/LinkedIn_Get_post_interactions.ipynb +++ b/LinkedIn/LinkedIn_Get_post_interactions.ipynb @@ -510,11 +510,9 @@ "source": [ "# Create a dictionary with sheet names as keys and corresponding dataframes as values\n", "sheet_data = {\n", - " 'Profiles': df_profiles,\n", - " 'Stats': df_stats,\n", + " 'Content': df_stats,\n", " 'Interactions': df_interactions,\n", - " 'Reactions': df_reactions,\n", - " 'Comments': df_comments,\n", + " 'Growth': df_profiles,\n", "}\n", "\n", "# Create a Pandas Excel writer using the openpyxl engine\n", @@ -678,4 +676,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}