Random dataframe generator
Project description
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.
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 randen-1.0.0.tar.gz.
File metadata
- Download URL: randen-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.0 CPython/3.8.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaeb004cbbfbefe4118bafd46e90fd9c26adf203676a3377d55bfaa56d45e83e
|
|
| MD5 |
749cf2d75dc1f4084989cfeb7d638e44
|
|
| BLAKE2b-256 |
e231a39b8266f24b5d901d9480be9ef6e1bb8d30bfe224da331e03d0c0e2a0a2
|
File details
Details for the file randen-1.0.0-py3-none-any.whl.
File metadata
- Download URL: randen-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.0 CPython/3.8.3 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c5ada87e70f512b4e5b8a5cd8e2ca794c136d4b3f527e679625b86563c7921
|
|
| MD5 |
01ec4871c6b5f8f4a0da01cce753f8e9
|
|
| BLAKE2b-256 |
8d2e56d066104778fcfe2b367357bff81180c309e18d52c96d7fe28d37597745
|