0

I can read the Parquet file to Arrow::table in c++ now, but have no idea how to convert them to the JSON file.

Is there any example to do that by Apache Arrow or something convenient else?

Thanks~

1 Answers1

-1

You can read Parquet into pandas dataframe and convert to JSON by using Python's read_json .

Djikii
  • 167
  • 2
  • 9