py-office-sheet is a gui based on pandas and numpy to process data efficienly


License
GPL-2.0+
Install
pip install py-office-sheet==0.1.195

Documentation

py-office-sheet

A cross-platform spreadsheet based on pandas and numpy for effecient data processing

in progress...

installation

to install:

pip install py-office-sheet

to launch app in console:

$ py-office-sheet

introduction

  • default saving format: pandas data object(.pdobj), upto 3 times less memory use compare to generic format such as excel or csv. this is done by joblib, therefore any application that has python support would be able to read it. It makes data managment easier when doing data analyze or machine learning.

    to import file in python:

   import joblib
   pandas_data_frame = joblin.load("yourfile.pdobj")
  • alternative format: numpy ndarray obj(.npobj) for maximum efficiency
  • support interactive python command
  • support python scripting

light mode: alt text

dark mode: alt text