Skip to main content

Random dataframe generator

Project description

https://raw.githubusercontent.com/varskann/randen/main/docs/source/_static/randen.PNG

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

randen-1.0.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

randen-1.0.0-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page