{"id":26771996,"url":"https://github.com/lacapitainerie/jafar","last_synced_at":"2025-08-06T08:20:09.609Z","repository":{"id":220799859,"uuid":"748396219","full_name":"LaCapitainerie/Jafar","owner":"LaCapitainerie","description":"Standard Deviation reducer","archived":false,"fork":false,"pushed_at":"2024-08-22T14:09:45.000Z","size":7101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-22T15:58:06.607Z","etag":null,"topics":["python","standard-deviation","statistics"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaCapitainerie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-25T21:59:24.000Z","updated_at":"2024-08-22T14:09:48.000Z","dependencies_parsed_at":"2024-02-08T12:26:16.743Z","dependency_job_id":"975b4b4c-1ecb-42a1-8073-2d1c54d2e4b0","html_url":"https://github.com/LaCapitainerie/Jafar","commit_stats":null,"previous_names":["lacapitainerie/jafar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaCapitainerie%2FJafar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaCapitainerie%2FJafar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaCapitainerie%2FJafar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaCapitainerie%2FJafar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaCapitainerie","download_url":"https://codeload.github.com/LaCapitainerie/Jafar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246122239,"owners_count":20726822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python","standard-deviation","statistics"],"created_at":"2025-03-29T00:37:18.120Z","updated_at":"2025-03-29T00:37:19.113Z","avatar_url":"https://github.com/LaCapitainerie.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jafar\nA python module that will reduce the Standard Deviation of a dataset to approach `lim x -\u003e +inf : f(x)`\n\n# Définition\n```py\ndef predire(csv:str, col:list[str], *, prediction:list[int]) -\u003e int\n```\n\n# Usage\n\nTo use it , import the module Jafar and it function *lecture_csv* and *result*.\n\n```py\nfrom jafar import predire;\n\n# List of number you want it to find (optional)\nprediction:list[int] = [3]\ncolonnes:list[str]   = [\"numero_chance\"]\ncsvFile:str          = \"loto_201911.csv\"\n\n# Parsing the DataFrame and calculate the lower Standard Deviation\npredire(csv=csvFile, col=colonnes, prediction=prediction)\n\n\u003e\u003e\u003e [(X, 0.xxx), (Y, 0.yyy), (Z, 0.zzz), ...]\n```\n\n# DocString\n\n```py\npredire(csv:str, col:list[str], *, prediction:list[int]) -\u003e int\n```\n\n* `csv` - Path to the csv file were the data are\n* `col` - List of column you want to use in the deviation\n* `prediction` **optional** - Is the list of the value you expect to appear, the console will overline them in green\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacapitainerie%2Fjafar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flacapitainerie%2Fjafar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flacapitainerie%2Fjafar/lists"}