{"id":34017829,"url":"https://github.com/dataqa/dataqa-python","last_synced_at":"2026-03-08T21:34:07.497Z","repository":{"id":59455832,"uuid":"537045243","full_name":"dataqa/dataqa-python","owner":"dataqa","description":"Python and Jupyter library for DataQA","archived":false,"fork":false,"pushed_at":"2022-09-16T12:11:13.000Z","size":22,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-08T10:52:06.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataqa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-15T13:41:08.000Z","updated_at":"2022-10-11T17:20:31.000Z","dependencies_parsed_at":"2023-01-18T10:17:27.393Z","dependency_job_id":null,"html_url":"https://github.com/dataqa/dataqa-python","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dataqa/dataqa-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataqa%2Fdataqa-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataqa%2Fdataqa-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataqa%2Fdataqa-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataqa%2Fdataqa-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataqa","download_url":"https://codeload.github.com/dataqa/dataqa-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataqa%2Fdataqa-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30274443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-13T14:49:51.563Z","updated_at":"2026-03-08T21:34:07.467Z","avatar_url":"https://github.com/dataqa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataQA\n\n![alt text](https://dataqa.ai/static/images/logo-violet.png \"DataQA\")\n\nDataQA 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.\n\nTODO: Add a gif.\n\nThe official documentation page is at: [docs.dataqa.ai]().\n\n# Installation\n\n`pip install dataqa`\n\n# Quick start\n\n## Step 1: create an account\n\nGo to [https://app.dataqa.ai/](https://app.dataqa.ai/login) 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:\n\nTODO: Add screenshot of the screen with the publish string\n\nYou 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.\n\n## Step 2: Publish your data\n\nCreating your first shareable QA app is as simple as this:\n\n```python\nimport pandas as pd\nfrom dataqa.publish import DataQA\ndataqa = DataQA()\ndataqa.login()\n# Prompt username and password\ndf = pd.DataFrame([[1, \"Laptop\", 1600], [2, \"Mouse\", 10]], columns=[\"id\", \"product\", \"price\"])\ndataqa.publish(PROJECT_ID, df)\n```\n\nThe `PROJECT_ID` is the hash string on the dataqa project page.\n\n## Step 3: Use the UI to explore your data\n\nTODO: add screenshot or GIF\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataqa%2Fdataqa-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataqa%2Fdataqa-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataqa%2Fdataqa-python/lists"}