Skip to main content

Python Client library for DataQA

Project description

DataQA

alt text

DataQA is a tool to perform AI model quality assessment (QA) using an interactive app that can be shared with technical and non-technical members of your team.

TODO: Add a gif.

The official documentation page is at: docs.dataqa.ai.

Installation

pip install dataqa

Quick start

Step 1: create an account

Go to https://app.dataqa.ai/ and follow the steps to create your first project. Once your account and your first project have been created, you will see a screen such as this one:

TODO: Add screenshot of the screen with the publish string

You will need this key later in order to be able to create your first QA app. You can always come back to this page to find it.

Step 2: Publish your data

Creating your first shareable QA app is as simple as this:

import pandas as pd
from dataqa.publish import DataQA
dataqa = DataQA()
dataqa.login()
# Prompt username and password
df = pd.DataFrame([[1, "Laptop", 1600], [2, "Mouse", 10]], columns=["id", "product", "price"])
dataqa.publish(PROJECT_ID, df)

The PROJECT_ID is the hash string on the dataqa project page.

Step 3: Use the UI to explore your data

TODO: add screenshot or GIF

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

dataqa-2.0.3.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dataqa-2.0.3-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

Details for the file dataqa-2.0.3.tar.gz.

File metadata

  • Download URL: dataqa-2.0.3.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure

File hashes

Hashes for dataqa-2.0.3.tar.gz
Algorithm Hash digest
SHA256 8e9ada48b2e67fd56c720034f985f94caf6b9f527baa5b7cb888f812bd24f758
MD5 8cc91e6341aa04d703aec53f40a3c9c1
BLAKE2b-256 271114c9112e65799d68dee5263b20e7bebbe4f0e9b086449e6a45a4a8ca2077

See more details on using hashes here.

File details

Details for the file dataqa-2.0.3-py3-none-any.whl.

File metadata

  • Download URL: dataqa-2.0.3-py3-none-any.whl
  • Upload date:
  • Size: 10.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure

File hashes

Hashes for dataqa-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 79abe388892c2cf136aa72305ad0bdd0f64596ae415426a01f60261f5823b96a
MD5 8054f077c504fa4f5c444db284263f5a
BLAKE2b-256 406c23f4821c1427432b1c2958d35cf46befb8f5ef5cf2361077886ce35fe291

See more details on using hashes here.

Supported by

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