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:
dark mode:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py-office-sheet-0.1.193.tar.gz.
File metadata
- Download URL: py-office-sheet-0.1.193.tar.gz
- Upload date:
- Size: 635.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918bbd5dcb35830720cd9e67079019898ad25f3b0c0b18fe591b80b46d62a688
|
|
| MD5 |
a7a56ac0a48c77a686bda495fafa37f0
|
|
| BLAKE2b-256 |
6181e999ffdfc66e1f7e5306de98726569f485283aaa78fa5423eb9b85c1c4e9
|
File details
Details for the file py_office_sheet-0.1.193-py3-none-any.whl.
File metadata
- Download URL: py_office_sheet-0.1.193-py3-none-any.whl
- Upload date:
- Size: 896.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
741666b5f268bfc64fbbcd6ffd39e1370f35992fbe01579dd569fc1050c46fa2
|
|
| MD5 |
45993297019f89bfa82dc8a41c91fd0d
|
|
| BLAKE2b-256 |
6e392d7e627342c3abd1d5af99df6fe131ceab09475ab6fceb7b88bd158f7b91
|