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
Here is the Julia library for parquet file reader - https://juliahub.com/ui/Packages/Parquet/Mflpt/0.4.0
To read parquet files we will need to use pandas library. Once the file is read using pandas its in a dataframe format from there we can access the necessary data we need and convert that to some other format if needed.
Here is a video that takes you through how to load and read parquet file - https://www.youtube.com/watch?v=XFO5jdGsMek
The text was updated successfully, but these errors were encountered:
Here is the Julia library for parquet file reader - https://juliahub.com/ui/Packages/Parquet/Mflpt/0.4.0
To read parquet files we will need to use pandas library. Once the file is read using pandas its in a dataframe format from there we can access the necessary data we need and convert that to some other format if needed.
Here is a video that takes you through how to load and read parquet file - https://www.youtube.com/watch?v=XFO5jdGsMek
The text was updated successfully, but these errors were encountered: