Skip to content
Snippets Groups Projects
Commit b9df956c authored by Guillaume Di Fatta's avatar Guillaume Di Fatta
Browse files

export as xlsx

parent a728221d
No related branches found
No related tags found
4 merge requests!11suppresion emoji au début,!10Emoji sup,!9suppresion emoji au début,!8suppresion emoji au début
......@@ -50,5 +50,5 @@ for d in range(len(dateList)-1):
list_table.append(table)
for i in range(len(list_table)):
list_table[i].to_json("output/twitter_data_" +
str(i)+".json", orient="split")
list_table[i].to_excel("output/twitter_data_" +
str(i)+".xlsx")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment