{"id":17456559,"url":"https://github.com/dennybiasiolli/compare-datasets","last_synced_at":"2025-03-30T14:21:25.951Z","repository":{"id":237416965,"uuid":"775892193","full_name":"dennybiasiolli/compare-datasets","owner":"dennybiasiolli","description":"Playground repo to compare csv files","archived":false,"fork":false,"pushed_at":"2024-03-22T08:54:57.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-05T15:54:34.479Z","etag":null,"topics":["csv","csv-comparison","python","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/dennybiasiolli.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-03-22T08:54:51.000Z","updated_at":"2024-03-22T08:55:32.000Z","dependencies_parsed_at":"2024-05-01T15:32:20.872Z","dependency_job_id":"6718ca9f-1fb3-45f1-bbe9-bba8fd924c4a","html_url":"https://github.com/dennybiasiolli/compare-datasets","commit_stats":null,"previous_names":["dennybiasiolli/compare-datasets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennybiasiolli%2Fcompare-datasets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennybiasiolli%2Fcompare-datasets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennybiasiolli%2Fcompare-datasets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dennybiasiolli%2Fcompare-datasets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dennybiasiolli","download_url":"https://codeload.github.com/dennybiasiolli/compare-datasets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246327081,"owners_count":20759507,"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":["csv","csv-comparison","python","rust"],"created_at":"2024-10-18T02:45:23.574Z","updated_at":"2025-03-30T14:21:25.921Z","avatar_url":"https://github.com/dennybiasiolli.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compare Datasets\n\nDocumentation for the `pandas.DataFrame.compare` method:\nhttps://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.compare.html\n\n## Setup\n\n### Python version\n\nTested with Python 3.12\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate\npip install --upgrade pip\n\npip install --upgrade pipenv\npipenv sync\n# or without pipenv\npip install -r requirements.txt\n```\n\n### Rust version\n\nTested with Rust 1.76\n\n```bash\ncargo build --release\n```\n\n## Usage\n\n### Python version\n\n`pipenv run python compare_datasets.py [path/file1.csv] [path/file2.csv] [id_key_name]`\n\nor without pipenv\n\n`python compare_datasets.py [path/file1.csv] [path/file2.csv] [id_key_name]`\n\n\nExample:\n\n```bash\npipenv run python compare_datasets.py data/example1.csv data/example2.csv PassengerId\n# or\npython compare_datasets.py data/example1.csv data/example2.csv PassengerId\n```\n\n### Rust version\n\n`cargo run [path/file1.csv] [path/file2.csv]`\n\nor with the compiled binary\n\n`target/release/compare-datasets [path/file1.csv] [path/file2.csv]`\n\n\nExample:\n\n```bash\ncargo run data/example1.csv data/example2.csv\n# or\ntarget/release/compare-datasets data/example1.csv data/example2.csv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennybiasiolli%2Fcompare-datasets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdennybiasiolli%2Fcompare-datasets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdennybiasiolli%2Fcompare-datasets/lists"}