You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read CSV into a dataframe with nested hierarchy. Here we have two options:
i) read flat CSV and use https://kotlin.github.io/dataframe/group.html to create nesting.
ii) if cells of your CSV contain JSON values, then dataframe will read them into ColumnGroup (value is object) or FrameColumn (value is array of objects). It's not mentioned in the current version of the documentation, i will publish an update :)
Is it possible to have something like this:
Maybe there is some way to specify how the fields are nested using the
headers =
parameter?The text was updated successfully, but these errors were encountered: