Skip to content

Random dataframe generator for testing Pandas/Python

License

Notifications You must be signed in to change notification settings

varskann/randen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randen: Random DataFrame Generator

https://raw.githubusercontent.com/varskann/randen/master/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.

About

Random dataframe generator for testing Pandas/Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages