Skip to content

implement ability to change the default name of last column in to_csv/excel when wide=False #549

Closed
@alixdamman

Description

@alixdamman

@gdementen

The flag transpose in to_csv is nice but creates an extra axis with a default name (an integer).
Btw, users may want to change that meaningless default name.
So when you try to read the CSV file after, you get an LArray object with shape like
'axis1 (10) x axis2 (16) x axis3 (8) x default (1)' and then you need to reshape the array to get rid of this last axis.

Do you think it worth to do something about it?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions