Skip to main content

Scaffold your data and produce random values.

Project description

gami

pytest Linting License Code style: black

Define data structure and produce fake data.

Gitpod ready-to-code

Introduction

Gami is a framework for defining DataFrame structures. Gami makes it easy to define what your data looks like and share that information between multiple applications.

  • Create variables
    • Define variable type
    • Define allowed values for variable
  • Assign variables to DataFrames, called Entities
  • Create Entities by referencing existing data
  • Decompose existing data into allowed sets of values for variables
  • A lot of this is handled already by featuretools

Usage

import gami

sales = gami.entity(
    {
        "id": str,
        "name": str,
    }
)

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

gami-0.0.4.tar.gz (18.9 kB view hashes)

Uploaded Source

Built Distribution

gami-0.0.4-py3-none-any.whl (3.1 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