Parquet files

Is Neo 4j supports parquet files,zip ,.tarz files? Can we import these files to Neo 4j?

I have data stored in parquet files as well. Not seeing any documentation that Neo4j supports data imports from parquet files:

https://neo4j.com/labs/apoc/4.0/overview/apoc.load/

https://neo4j.com/developer/data-import/

I have about 50 million records that I need to use to update the properites in the relationships in my graph.

What is the best way to go about this? Should I proceed to use the Python client to ingest this data into Neo4j?