Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-office-sheet-0.1.195.tar.gz (663.9 kB view hashes)

Uploaded Source

Built Distribution

py_office_sheet-0.1.195-py3-none-any.whl (925.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page