Skip to content
View esyriac's full-sized avatar

Block or report esyriac

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
esyriac/README.md

A script to convert a parquet file to a CSV or Excel for easy filtering and further data processing.

This is a python script that takes a parquet file as input and generates either a CSV or Excel file after conversion.

This is written in python using pandas API.

It needs a Python environent to run the script and below packages should be installed - -- pip install pandas -- pip install pyarrow -- pip install xlsxwriter

Command usage - python convert-parquet.py The output-format is optional and default output is csv.

if the paramters are not passed as argument, the program will ask to provide at execution time. The output will be saved in the same folder with the same filename as the source with the appropriate file type.

Popular repositories Loading

  1. esyriac esyriac Public

    Config files for my GitHub profile.

    Python