pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Update to_dataframe doc to match current behavior #9662

Closed mgunyho closed 1 month ago

mgunyho commented 1 month ago

Closes #9653.

This behavior was introduced in #4333 but was then changed in #4753. See discussion in #9653 for more details.

max-sixty commented 1 month ago

Thanks a lot @mgunyho !