{"id":30100674,"url":"https://github.com/whosgriffith/datamizer","last_synced_at":"2026-05-16T11:04:39.333Z","repository":{"id":65428878,"uuid":"591887844","full_name":"whosgriffith/datamizer","owner":"whosgriffith","description":"Python package that lets you change sensitive data from a .CSV file, creating a new file with fake data. This allows the new data to be used for training, testing or analytics, without compromising private information.","archived":false,"fork":false,"pushed_at":"2023-01-23T21:02:52.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T10:11:37.033Z","etag":null,"topics":["csv","pandas","python"],"latest_commit_sha":null,"homepage":"","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/whosgriffith.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":"2023-01-22T08:16:43.000Z","updated_at":"2023-02-26T06:39:30.000Z","dependencies_parsed_at":"2023-02-12T15:01:59.086Z","dependency_job_id":null,"html_url":"https://github.com/whosgriffith/datamizer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/whosgriffith/datamizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosgriffith%2Fdatamizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosgriffith%2Fdatamizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosgriffith%2Fdatamizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosgriffith%2Fdatamizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whosgriffith","download_url":"https://codeload.github.com/whosgriffith/datamizer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosgriffith%2Fdatamizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["csv","pandas","python"],"created_at":"2025-08-09T16:27:46.211Z","updated_at":"2026-05-16T11:04:39.317Z","avatar_url":"https://github.com/whosgriffith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Datamizer for Python  \n[![PyPI version](https://badge.fury.io/py/datamizer.svg)](https://badge.fury.io/py/datamizer)\n\nThis is a simple package that lets you change the sensitive data from a .CSV file creating a new file with fake data.  \n  \n  \nThis allows the new data to be used for training, testing or analytics, without compromising private information.  \n  \n## Installation  \n  \nRun the following command to install the package:  \n```  \npip install datamizer  \n```  \n  \n## Usage\n\n1- Instanciate the Datamizer class, pass the path to the CSV file, and optionally the CSV delimiter.\n```python  \nfrom datamizer import Datamizer\n\ncsv_datamize = Datamizer('file.csv')\n```  \n2- Use `fake()` to anonymize the columns with sensitive data, passing the `column`,`provider`, and optionally `consistent` args.\n```python\ncsv_datamize.fake('Username', 'user_name', consistent=True)\ncsv_datamize.fake('First name', 'first_name', consistent=True)\ncsv_datamize.fake('Last name', 'last_name', consistent=True)\ncsv_datamize.fake('email', 'email', consistent=True)\ncsv_datamize.fake('Money', 'pricetag')\n```\n3- Write a new CSV file with the fake data, passing the path to the new file and optionally `index=True` to include the index.\n```python\ncsv_datamize.write_csv('users.csv')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosgriffith%2Fdatamizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhosgriffith%2Fdatamizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosgriffith%2Fdatamizer/lists"}