{"id":20934721,"url":"https://github.com/kenvilar/data-analysis-using-python","last_synced_at":"2025-10-04T21:47:26.526Z","repository":{"id":45218034,"uuid":"110526201","full_name":"kenvilar/data-analysis-using-python","owner":"kenvilar","description":"Transforming a description of a location from an analyzed CSV file data using Pandas with Python 3","archived":false,"fork":false,"pushed_at":"2024-11-25T05:43:43.000Z","size":79,"stargazers_count":2,"open_issues_count":18,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T07:51:10.927Z","etag":null,"topics":["bs4","data-analysis","jupyter","pandas","python","python3","requests","xlrd"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/kenvilar.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":"2017-11-13T09:17:06.000Z","updated_at":"2023-05-26T15:50:08.000Z","dependencies_parsed_at":"2024-06-07T23:44:45.166Z","dependency_job_id":"40fe4cf4-e66d-45d2-949f-38f5b8da88a9","html_url":"https://github.com/kenvilar/data-analysis-using-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenvilar%2Fdata-analysis-using-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenvilar%2Fdata-analysis-using-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenvilar%2Fdata-analysis-using-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenvilar%2Fdata-analysis-using-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenvilar","download_url":"https://codeload.github.com/kenvilar/data-analysis-using-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254020972,"owners_count":22000823,"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":["bs4","data-analysis","jupyter","pandas","python","python3","requests","xlrd"],"created_at":"2024-11-18T22:10:45.146Z","updated_at":"2025-10-04T21:47:21.488Z","avatar_url":"https://github.com/kenvilar.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data-analysis-using-python\nOrganizing, cleaning, modeling, and analyzing data in Python using Pandas\n\n## Getting Started\n* Install python3\n* Install pip and setuptools and upgrade them using this command\n```\npip3 install -U pip setuptools\n```\n* Create own virtual environment using these commands\n````\npython3 -m venv \u003cDIR\u003e \nsource \u003cDIR\u003e/bin/activate\n````\n* Auto generate requirements.txt\n```\npip3 list --not-required --format=freeze \u003e requirements.txt\n```\n* To install packages from requirements.txt file\n```\npip3 install -r requirements.txt\n```\n* To run jupyter notebook\n```\njupyter notebook\n```\n\n## Installations\n* Install pandas -- pip3 install pandas\n* Install jupyter -- pip3 install jupyter\n* Install xlrd -- pip3 install xlrd\n* Install geopy -- pip3 install geopy\n* Install bs4 -- pip3 install bs4 (This is optional. This will parse a document into a tree representation.)\n* Install requests -- pip3 install requests (This is optional. This will requests http library.)\n* Install pipdeptree -- pip3 install pipdeptree (This is optional. It will displays dependencies as a tree structure.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenvilar%2Fdata-analysis-using-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenvilar%2Fdata-analysis-using-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenvilar%2Fdata-analysis-using-python/lists"}