Light weight Pandas library
Project description
Light Pandas
Brief
Pandas is a great tools for data analysis.
But the execution speed is very slow. So I try to provide a light library.
The properties as below:
- Light Pandas only provide part of functions which provided by pandas.
- The code can compatible pandas. That's mean the code should execute OK if replaced light pandas by pandas.
- Light Pandas execution speed is faster than pandas.
- The cell type only support str.
- TBD
Install
pip install light-pandas
Example
- Create an empty DataFrame which contained two columns.
import lightpandas as pd
df = lpd.DataFrame(columns=('item1', 'item2'))
- Filter in the rows which the column "item4" is littler than "t4" (string compare).
df.loc[df['item1'] < 't4']
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
light-pandas-0.1.22.tar.gz
(8.1 kB
view details)
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 light-pandas-0.1.22.tar.gz.
File metadata
- Download URL: light-pandas-0.1.22.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776739bf6fd4b976553c4bbbaacd7c068eb1ee5b6787253c7b2d4c31b47b708b
|
|
| MD5 |
2a84d373ac6b9bf24b0fe66c68696575
|
|
| BLAKE2b-256 |
e98935b5cde71a870f6cccafaab6480d41518665a11d5653a0859bb2f212a14d
|
File details
Details for the file light_pandas-0.1.22-py3-none-any.whl.
File metadata
- Download URL: light_pandas-0.1.22-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df063ea6fe566689d757eb7cc9209d77b2f3995efffec64542d6b2932c880cab
|
|
| MD5 |
12e20a68189701c2b7a66e87ffc174b8
|
|
| BLAKE2b-256 |
be31584bcc164648e16c93a5ddcb462a914982be020b199118147dab201142e3
|