{"id":23412745,"url":"https://github.com/bitbynik/outlier_pack","last_synced_at":"2025-06-14T06:39:12.886Z","repository":{"id":266837239,"uuid":"899532040","full_name":"BitByNIK/outlier_pack","owner":"BitByNIK","description":"UCS633 Project-2","archived":false,"fork":false,"pushed_at":"2024-12-06T13:12:50.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T22:31:46.811Z","etag":null,"topics":["data-analysis-and-visualization","outlier-removal","tiet"],"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/BitByNIK.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-12-06T13:12:19.000Z","updated_at":"2024-12-06T13:13:46.000Z","dependencies_parsed_at":"2024-12-06T13:39:04.666Z","dependency_job_id":"16c02a93-0fad-405f-b717-0446ddfa53f2","html_url":"https://github.com/BitByNIK/outlier_pack","commit_stats":null,"previous_names":["bitbynik/outlier_pack"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Foutlier_pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Foutlier_pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Foutlier_pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitByNIK%2Foutlier_pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitByNIK","download_url":"https://codeload.github.com/BitByNIK/outlier_pack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247974731,"owners_count":21026742,"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":["data-analysis-and-visualization","outlier-removal","tiet"],"created_at":"2024-12-22T18:18:20.417Z","updated_at":"2025-04-09T04:11:00.068Z","avatar_url":"https://github.com/BitByNIK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OUTLIER REMOVAL\n\n```\nPROJECT 2, UCS633 - Data Analysis and Visualization\nNikhil Gupta  \nCOE17\nRoll number: 101703371\n```\nOutput is the number of rows removed from the input dataset. The remaining rows of the dataset are streamed to a new csv file whose name is required as an input.\n\n`The no of rows removed: 5`\n\n*Note the outlier removal is performed using **IQR** method.*\n\n## Installation\n`pip install outlierpack_NG`\n\n*Note the name has an underscore not a hyphen. If installation gives error or package is not found after installing, install as sudo.*\n\n*Recommended - test it out in a virtual environment.* \n\n## To use via command line\n`Outcli myData.csv newData.csv`\n\nFirst argument after outcli is the input csv filename from which the dataset is extracted. The second argument is for storing the final dataset after processing.\n\n## To use in .py script\n```\nfrom outlib.models import r_outliers\nr_outliers('myData.csv', 'newData.csv')\n```\n\n*Can email me for any issues or suggestions*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbynik%2Foutlier_pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbynik%2Foutlier_pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbynik%2Foutlier_pack/lists"}