How to convert any csv to an Xarray with chosen dimension ? #6631
Unanswered
predicteur
asked this question in
Ideas
Replies: 1 comment
-
Is there a repository? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Analysis of the structure of a csv file makes it possible to transform it automatically or manually into a matrix of the chosen dimension while retaining all the information (see attachment and link below) .
This property is very interesting to me because it makes it easy to generate Xarray. Conversely, it allows to generate csv files which preserve the Xarray structure.
A first version of this module is now available, and I would like to have your feedback (and also use cases) to validate this solution which contributes to making Xarray “an even more flexible and powerful tool for multidimensional data analysis”.
csv_to_xarray.pdf
https://loco-philippe.github.io/ES/ilist.html
Beta Was this translation helpful? Give feedback.
All reactions