Last updated:
0 purchases
pyofficesheet 0.1.195
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:
dark mode:
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.