larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

typo in IO tutorial #1041

Closed gdementen closed 1 year ago

gdementen commented 1 year ago
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"