Skip to content

Commit

Permalink
feat: Update LinkedIn_Get_post_interactions.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr authored Dec 13, 2023
1 parent e9d8906 commit 0a1e1a0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions LinkedIn/LinkedIn_Get_post_interactions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -678,4 +676,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit 0a1e1a0

Please sign in to comment.