An elegant datasets factory for python



Documentation Status

an elegant datasets factory

Features

  • Schema oriented datasets builder

How to use it

# Import the package into any python app
import rawbuilder

# Init the dataset object as ds
ds = rawbuilder.DataSet(
        size=1000,
        schema=['user'],
        file_name='my_users_dataset_1'
)

# Build the dataset
ds.build()

Credits

This package was created with

 

To finish reading, please visit source site