Randen is a minimal utility module for generating Pandas dataframes It exposes a handful of methods to quickly generate big random dataframes.
How to Install
Randen can be installed as like any other python module, via pip
pip install randen
Basic Usage
Within the python script:
from randen import DataFrameGenerator dfg = DataFrameGenerator() data_frame = dfg.get_dataframe(...)
Motivation
Recently, while benchmarking Pandas binary file format I/O for a project, I needed to generate multiple big dataframes. Hence, publishing this utility as a package to reduce redundant ad-hoc work
If you need some enhancements in the package, feel free to raise a Pull request or drop a note to varskann993@gmail.com
If this isn’t what you need at all, enjoy a trip to the original Randen.
Release files for randen 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| randen-1.0.0.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| randen-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / randen-1.0.0.tar.gz
| Download URL | randen-1.0.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aaeb004cbbfbefe4118bafd46e90fd9c26adf203676a3377d55bfaa56d45e83e
|
|
BLAKE2b-256 checksum How to use checksums |
e231a39b8266f24b5d901d9480be9ef6e1bb8d30bfe224da331e03d0c0e2a0a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.0 CPython/3.8.3 Windows/10
|
Release files / randen-1.0.0-py3-none-any.whl
| Download URL | randen-1.0.0-py3-none-any.whl |
|---|---|
| Size | 5.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c5c5ada87e70f512b4e5b8a5cd8e2ca794c136d4b3f527e679625b86563c7921
|
|
BLAKE2b-256 checksum How to use checksums |
8d2e56d066104778fcfe2b367357bff81180c309e18d52c96d7fe28d37597745
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.0 CPython/3.8.3 Windows/10
|