{"id":19364567,"url":"https://github.com/math2001/datahelper","last_synced_at":"2026-06-11T01:31:25.542Z","repository":{"id":74806005,"uuid":"86036252","full_name":"math2001/datahelper","owner":"math2001","description":"A python little program to help with these basic take-ages values (median, Q1, frequency table, etc)","archived":false,"fork":false,"pushed_at":"2017-03-24T20:51:36.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:15:24.438Z","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/math2001.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-24T06:48:11.000Z","updated_at":"2017-03-24T06:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b797121-280a-4cf9-bf84-8cf94aa563c6","html_url":"https://github.com/math2001/datahelper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/math2001/datahelper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fdatahelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fdatahelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fdatahelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fdatahelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/math2001","download_url":"https://codeload.github.com/math2001/datahelper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/math2001%2Fdatahelper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-10T07:37:44.094Z","updated_at":"2026-06-11T01:31:25.528Z","avatar_url":"https://github.com/math2001.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datahelper\n\nA simple python package that provide a single class to save you a fair bit of time (at least it's\nthe case for me :smiley:)\n\nHere's how it works:\n\n```python\nfrom datahelper import Data\n\ndata = Data(1, 3, 4, 6, 3, 6, 8, 3)\n\nprint(data.average) # 4.25\nprint(data.median) # 5.0\nprint(data.range) # 7\nprint(data.frequency_table)\n# |  x   |  f   |  fx  | Cumu. f |\n# |------|------|------|---------|\n# |    1 |    1 |    1 |       1 |\n# |    3 |    3 |    9 |       4 |\n# |    4 |    1 |    4 |       5 |\n# |    6 |    2 |   12 |       7 |\n# |    8 |    1 |    8 |       8 |\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fdatahelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmath2001%2Fdatahelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmath2001%2Fdatahelper/lists"}