{"id":18416744,"url":"https://github.com/nicolasanelli/udacity-datascience-nd","last_synced_at":"2026-05-20T10:01:48.655Z","repository":{"id":111684892,"uuid":"184499173","full_name":"nicolasanelli/udacity-datascience-nd","owner":"nicolasanelli","description":" Project made during the udacity data science nanodegree. It consists of analyzing data from a company that offers bicycle rentals.","archived":false,"fork":false,"pushed_at":"2019-05-07T03:32:05.000Z","size":14670,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-13T05:24:05.202Z","etag":null,"topics":["data-science","jupyter-notebook","python","udacity"],"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/nicolasanelli.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":"2019-05-02T00:24:09.000Z","updated_at":"2020-10-30T00:59:33.000Z","dependencies_parsed_at":"2023-06-07T05:45:37.558Z","dependency_job_id":null,"html_url":"https://github.com/nicolasanelli/udacity-datascience-nd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolasanelli/udacity-datascience-nd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasanelli%2Fudacity-datascience-nd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasanelli%2Fudacity-datascience-nd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasanelli%2Fudacity-datascience-nd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasanelli%2Fudacity-datascience-nd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasanelli","download_url":"https://codeload.github.com/nicolasanelli/udacity-datascience-nd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasanelli%2Fudacity-datascience-nd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264803503,"owners_count":23666506,"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":["data-science","jupyter-notebook","python","udacity"],"created_at":"2024-11-06T04:07:05.467Z","updated_at":"2026-05-20T10:01:48.154Z","avatar_url":"https://github.com/nicolasanelli.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Udacity datascience\n\nThis is my version of end project did in Fundamentals of Data Science Nanodegree I provided by [Udacity](https://www.udacity.com) in late 2017.\n\n## Structure\n\n### Jupyter Notebook\n\nBy easy design and documenting mind, this analysis was made in [Jupyter Notebook](https://jupyter.org/), which is \"an amazing open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text\".\n\n** Obs: ** You can see my jupyter notebook on this project out of the box by opening the [this](bay_area_bike_share_analysis.ipynb) file.\n\n### Libraries\n\nThe main libraries used in this project are:\n- [pandas](https://pandas.pydata.org/) - \"a library providing high-performance, easy-to-use data structures and data analysis tools\"\n- [numpy](https://www.numpy.org/) - \"the fundamental package for scientific computing with Python\"\n- [matplotlib](https://matplotlib.org/) - \"a plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments\"\n\n## Pre requisites\n\nThere are many ways of having this enviroment for running this project, I encourage you to use [python virtualenv](https://virtualenv.pypa.io/en/latest/) provided by [PIP](https://pypi.org/project/pip/), a package installer for python.\n\n## How to play-it\n\nFirst of all, you will need to create you virtualenv rather in python 3. So once you download this project, you can run in project root folder:\n\n```\n$ virtualenv --python='/usr/local/bin/python3' .ENV\n```\n\nThis will create a folder called .ENV with some struct inside it. Once this has been successfully, you will need to activate you virtual env. This can be made with following code:\n\n```\n$ source .ENV/bin/activate\n```\n\nYou may note that now your bash has a prefix (probably .ENV). This indicates that you are inside your virtualenv profile. You can try run 'python -V'and should get your python 3 version.\nNow you need to install the project dependencies, that are stored in requirements.txt file. Fortunately, PIP has a command for this kind of files:\n```\n$ pip install -r requirements.txt\n```\nNow that all your dependencies have been resolved, you can run this jupyter notebook by running:\n```\n$ jupyter notebook bay_area_bike_share_analysis.ipynb\n```\nNow you can play-it on your browser.\n\n## Quiting\nFor stop running Jupyter, you can press Ctrl+C and YES on terminal. And for quiting your virtualenv you cand type:\n```\n$ deactivate\n```\n\n## Authors\n\n* **Nicolas Anelli** - [Github](https://github.com/NicolasAnelli)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasanelli%2Fudacity-datascience-nd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasanelli%2Fudacity-datascience-nd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasanelli%2Fudacity-datascience-nd/lists"}