{"id":17124325,"url":"https://github.com/wittline/csv-shuffler","last_synced_at":"2025-10-14T16:12:59.561Z","repository":{"id":57711900,"uuid":"514370665","full_name":"Wittline/csv-shuffler","owner":"Wittline","description":"A tool to automatically Shuffle lines in .csv files","archived":false,"fork":false,"pushed_at":"2022-07-17T20:15:55.000Z","size":10,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-24T20:21:14.664Z","etag":null,"topics":["big-data","csv","csv-files","data-engineering","large-files","shuffle"],"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/Wittline.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":"2022-07-15T18:38:40.000Z","updated_at":"2024-03-12T09:22:54.000Z","dependencies_parsed_at":"2022-09-26T21:30:50.896Z","dependency_job_id":null,"html_url":"https://github.com/Wittline/csv-shuffler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wittline/csv-shuffler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wittline%2Fcsv-shuffler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wittline%2Fcsv-shuffler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wittline%2Fcsv-shuffler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wittline%2Fcsv-shuffler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wittline","download_url":"https://codeload.github.com/Wittline/csv-shuffler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wittline%2Fcsv-shuffler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019558,"owners_count":26086750,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["big-data","csv","csv-files","data-engineering","large-files","shuffle"],"created_at":"2024-10-14T18:42:23.113Z","updated_at":"2025-10-14T16:12:59.545Z","avatar_url":"https://github.com/Wittline.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv-shuffler\nA tool to automatically Shuffle lines in .csv files\n\n![image](https://user-images.githubusercontent.com/8701464/179423167-35b1780b-5aa3-46e4-ad19-eec4ca8ba820.png)\n\n\n\n\u003cdiv class=\"cell markdown\" id=\"H9YNJNwhsVmc\"\u003e\n\n# **Installing *csv\\_shuffler* 🔧**\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell code\" data-execution_count=\"5\" data-colab=\"{\u0026quot;base_uri\u0026quot;:\u0026quot;https://localhost:8080/\u0026quot;}\" id=\"hcFSBcqInabZ\" data-outputId=\"becaeb22-455c-4c7d-e0af-34b42f13ed6e\"\u003e\n\n``` python\npip install csv-shuffler\n```\n\n\u003cdiv class=\"output stream stdout\"\u003e\n\n    Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/\n    Collecting csv-shuffler\n      Downloading csv_shuffler-0.0.3-py3-none-any.whl (2.9 kB)\n    Installing collected packages: csv-shuffler\n    Successfully installed csv-shuffler-0.0.3\n\n\u003c/div\u003e\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell markdown\" id=\"kz-w4ZRssY2b\"\u003e\n\n# **Importing *csv\\_shuffler* library ⚡**\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell code\" data-execution_count=\"6\" id=\"VML2Xlocnu0h\"\u003e\n\n``` python\nfrom csv_shuffler import csv_shuffler\n```\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell markdown\" id=\"N_UOwTIcshpz\"\u003e\n\n# **Setting *csv\\_shuffler* configuration ✍**\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell code\" id=\"63JsnM-Qn5gI\"\u003e\n\n``` python\nshuffler = csv_shuffler.ShuffleCSV(input_file='/content/sample_data/mnist_train_small.csv',header=True, batch_size=20000)\n```\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell markdown\" id=\"Mhcama3ksvk7\"\u003e\n\n# **Run shuffler 🏃**\n\n\u003c/div\u003e\n\n\u003cdiv class=\"cell code\" data-execution_count=\"9\" data-colab=\"{\u0026quot;base_uri\u0026quot;:\u0026quot;https://localhost:8080/\u0026quot;}\" id=\"mXsyl5Zwst1C\" data-outputId=\"e34ddaad-ffb9-4efc-ee0d-d10764946b65\"\u003e\n\n``` python\nshuffler.shuffle_csv()\n```\n\n\u003cdiv class=\"output execute_result\" data-execution_count=\"9\"\u003e\n\n    19999\n\n\u003c/div\u003e\n\n\u003c/div\u003e\n\n## Contributing and Feedback\nAny ideas or feedback about this repository?. Help me to improve it.\n\n## Authors\n- Created by \u003ca href=\"https://twitter.com/RamsesCoraspe\"\u003e\u003cstrong\u003eRamses Alexander Coraspe Valdez\u003c/strong\u003e\u003c/a\u003e\n- Created on 2022\n\n## License\nThis project is licensed under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwittline%2Fcsv-shuffler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwittline%2Fcsv-shuffler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwittline%2Fcsv-shuffler/lists"}