Skip to content

Parquet Data Loaders and complex data hierarchy #1880

Closed Answered by GatsbyFitz
GatsbyFitz asked this question in Q&A
Discussion options

You must be logged in to vote

My solution, turn to JSON, then to JS Array:
`const data = arrow_table.toArray()

// Convert Arrow table to a JSON string

const jsonString = JSON.stringify(data); // Convert JSON string to a JavaScript array

const array = JSON.parse(jsonString);`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GatsbyFitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant