{"id":15360282,"url":"https://github.com/mkcor/data-wrangling","last_synced_at":"2025-07-05T11:34:35.810Z","repository":{"id":148249744,"uuid":"74834938","full_name":"mkcor/data-wrangling","owner":"mkcor","description":"Presentation material for PyLadies MTL (December 2016).","archived":false,"fork":false,"pushed_at":"2017-08-23T01:02:25.000Z","size":1746,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T12:44:54.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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":"2016-11-26T15:50:58.000Z","updated_at":"2016-12-20T01:29:42.000Z","dependencies_parsed_at":"2023-05-19T13:15:19.845Z","dependency_job_id":null,"html_url":"https://github.com/mkcor/data-wrangling","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"195690cea19896a6928aa8ea595cff0c8ccf88b7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mkcor/data-wrangling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fdata-wrangling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fdata-wrangling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fdata-wrangling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fdata-wrangling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mkcor","download_url":"https://codeload.github.com/mkcor/data-wrangling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mkcor%2Fdata-wrangling/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263733722,"owners_count":23503218,"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:49:03.369Z","updated_at":"2025-07-05T11:34:35.762Z","avatar_url":"https://github.com/mkcor.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Wrangling\n\nPresentation for [PyLadies MTL](http://www.meetup.com/pyladiesmtl/).\n\n## Setup\n\nWe run [Python 3.5.2](https://www.python.org/downloads/release/python-352/).\nWe use [virtual environments](https://virtualenv.pypa.io/) as a general good practice.\nLet us create a virtual environment (virtualenv) for this project:\n\n    $ mkdir -p ~/.virtualenv\n    $ python3 -m venv ~/.virtualenv/data-wrangling\n\nActivate the virtualenv:\n\n    $ source ~/.virtualenv/data-wrangling/bin/activate\n\nWhen you are done working on this project, you can `$ deactivate`.\nYou may want to `$ pip install --upgrade pip`.\n\nInstall the dependencies:\n\n    $ pip install -r requirements.txt\n\nI cannot wait to give [Pipfile](https://github.com/pypa/pipfile) a try!!\n\n### Jupyter\n\nLaunch the Jupyter Notebook:\n\n    $ jupyter notebook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkcor%2Fdata-wrangling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmkcor%2Fdata-wrangling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmkcor%2Fdata-wrangling/lists"}