-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Milestone
Description
Like with the to_excel method, it is possible to export arrays in a narrow format using open_excel. To do so, you must set the wide argument of the dump method to False:
[...]
# in the sheet 'population_narrow_format', data is written as:
# | country | time | value |
"value" should be "population"