Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

A package to generate tidy descscriptions for variables in a dataset.

Notifications You must be signed in to change notification settings

Global-Health-Engineering/gendict

Repository files navigation

gendict

A package to generate tidy descscriptions for variables in a dataset.

Installation

Requirements:

pip install -e .

Usage design:

git submodule add https://github.com/Global-Health-Engineering/gendict.git

Example

import os
import json
from gendict.gendict import core

path_to_data = ""path/to/data.csv""
response, descriptions = core.gendict("YOUR_HELMHOLTZ_API_KEY",
                                      path_to_data, 
                                      max_unique_values=7, 
                                      model=1, 
                                      temperature=0, 
                                      top_p=0.5, 
                                      max_tokens=999, 
                                      return_response=True)

About

A package to generate tidy descscriptions for variables in a dataset.

Resources

Stars

Watchers

Forks

Languages