{"id":15360257,"url":"https://github.com/mkcor/csv-cleanup","last_synced_at":"2026-04-18T04:30:22.326Z","repository":{"id":148249737,"uuid":"48450401","full_name":"mkcor/csv-cleanup","owner":"mkcor","description":"Script pour charger, nettoyer et produire un beau CSV.","archived":false,"fork":false,"pushed_at":"2016-06-15T17:46:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T17:23:08.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mkcor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-22T19:39:04.000Z","updated_at":"2016-06-15T17:46:30.000Z","dependencies_parsed_at":"2023-05-19T13:15:25.087Z","dependency_job_id":null,"html_url":"https://github.com/mkcor/csv-cleanup","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"8853885ac54213375136daf1a9b1b2d9612bc490"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fcsv-cleanup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fcsv-cleanup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fcsv-cleanup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fcsv-cleanup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkcor","download_url":"https://codeload.github.com/mkcor/csv-cleanup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240018685,"owners_count":19734872,"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":[],"created_at":"2024-10-01T12:48:54.483Z","updated_at":"2026-04-18T04:30:22.236Z","avatar_url":"https://github.com/mkcor.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv-cleanup\nScript pour charger, nettoyer et produire un beau CSV.\n\n## Environnement\n\nJe propose de rouler le projet localement, si les données sont confidentielles.\n[Jupyter](http://jupyter.org/) va nous permettre d'utiliser les meilleurs\noutils d'analyse de données, en R et en Python.\nDonc nous voulons tout d'abord installer [Python 3](https://www.python.org/).\nEnsuite nous voulons créer un environnement virtuel pour ce projet :\n\n    $ mkdir -p ~/.virtualenv\n    $ python3 -m venv ~/.virtualenv/csv-cleanup\n\nSous Ubuntu 14.04, il y a une erreur qui nous force à utiliser\n\n    $ virtualenv --python=python3.4 ~/.virtualenv/csv-cleanup\n\n(ce qui suppose d'avoir installé `virtualenv`).\n\nActivons notre environnement virtuel :\n\n    $ source ~/.virtualenv/csv-cleanup/bin/activate\n\nEt installons-y toutes les dépendances du projet :\n\n    $ pip install -r requirements.txt\n\n## Jupyter\n\nLançons le Jupyter Notebook\n([anciennement](http://blog.jupyter.org/2015/04/15/the-big-split/) connu sous\nle nom de IPython Notebook) pour explorer nos données et les transformer:\n\n    $ jupyter notebook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkcor%2Fcsv-cleanup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkcor%2Fcsv-cleanup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkcor%2Fcsv-cleanup/lists"}