Skip to content

vikassharma545/PickleParquetReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PickleParquetReader

Description

PickleParquetReader is a lightweight, secure utility for seamlessly viewing Python .pkl (pickle) and .parquet data files in Microsoft Excel (or your system's default CSV viewer). It operates by performing a memory-safe conversion to temporary CSV files.

Prerequisites

  • Python 3.10+
  • Git installed on your system
  • Microsoft Excel (or another default CSV reader)
  • Required Python packages:
  • Requirements:
    pip install pandas pyarrow
    

Installation

  1. Clone the repository:

    git clone https://github.com/vikassharma545/PickleParquetReader.git "C:/Program Files/PickleParquetReader"
    

    Note: clone into "C:/Program Files", you may need to run the command with administrative privileges due to permission restrictions on Windows.

Setting Up File Associations

To automatically open .pkl and .parquet files with PickleParquetReader, set up Windows file associations:

  1. Locate a .pkl or .parquet file on your computer.
  2. Right-click the file and select "Open with" > "Choose another app."
  3. In the dialog box, select "More apps" if necessary, then choose "Look for another app on this PC."
  4. Navigate to the location of PickleParquetReader.bat. For example:
    • If you cloned the repository to C:\Program Files\PickleParquetReader, the batch file is at C:\Program Files\PickleParquetReader\PickleParquetReader.bat.
  5. Select the batch file and check the box that says "Always use this app to open .pkl files" (or .parquet files, depending on the file you selected).
  6. Click "OK" to set the association.
  7. Repeat the process for the other file type (.parquet if you started with .pkl, and vice versa).

After completing these steps, double-clicking a .pkl or .parquet file will launch PickleParquetReader.bat, which will open the file in Excel.

About

Easily view .pkl and .parquet files in Excel! This lightweight tool converts your data files to CSV with a simple double-click, perfect for data enthusiasts and professionals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors