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
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for light_pandas-0.1.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95f9ff3d419240755f0fd217dab5fff02578045335e4833ad085eb852c9d61dc |
|
MD5 | 5488ee2cb014821924c143861a5bb8aa |
|
BLAKE2b-256 | 54bdc4954e3ac8022dfa71fe3e94926e68b15fd97903235808b8675246ba0d35 |