{"id":19817642,"url":"https://github.com/adamelliotfields/datacamp","last_synced_at":"2026-02-24T09:34:01.979Z","repository":{"id":202802111,"uuid":"688721347","full_name":"adamelliotfields/datacamp","owner":"adamelliotfields","description":"DataCamp notebooks 🏕️","archived":false,"fork":false,"pushed_at":"2025-02-03T23:33:03.000Z","size":33307,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T05:11:52.322Z","etag":null,"topics":["datacamp","jupyter","python"],"latest_commit_sha":null,"homepage":"https://datacamp.com/portfolio/adamelliotfields","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/adamelliotfields.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":"codeowners","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-08T00:55:12.000Z","updated_at":"2025-03-23T00:02:42.000Z","dependencies_parsed_at":"2025-02-28T16:01:39.945Z","dependency_job_id":null,"html_url":"https://github.com/adamelliotfields/datacamp","commit_stats":null,"previous_names":["adamelliotfields/datacamp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adamelliotfields/datacamp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamelliotfields%2Fdatacamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamelliotfields%2Fdatacamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamelliotfields%2Fdatacamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamelliotfields%2Fdatacamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamelliotfields","download_url":"https://codeload.github.com/adamelliotfields/datacamp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamelliotfields%2Fdatacamp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["datacamp","jupyter","python"],"created_at":"2024-11-12T10:13:13.027Z","updated_at":"2026-02-24T09:34:01.947Z","avatar_url":"https://github.com/adamelliotfields.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003c!-- Illustration of a tranquil camping scene under a starry night. The main focus is a campfire with flames composed of binary digits and pixelated embers with a tent pitched nearby. The backdrop is a clear sky with floating clouds. --\u003e\n  \u003cimg src=\"./datacamp.jpg\" width=\"270\" alt=\"A data campfire\" /\u003e\n  \u003ch1 align=\"center\"\u003e\u003ccode\u003edatacamp\u003c/code\u003e\u003c/h1\u003e\n  \u003ca href=\"https://github.com/codespaces/new/adamelliotfields/datacamp?machine=basicLinux32gb\u0026devcontainer_path=.devcontainer/devcontainer.json\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/launch-codespace-24292E?logo=github\" alt=\"Launch Codespace\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n[DataCamp](https://www.datacamp.com) notebooks.\n\n## Installation\n\nFor [dtreeviz](https://github.com/parrt/dtreeviz), you need [Graphviz](https://graphviz.org):\n\n```sh\n# mac\nbrew install graphviz\n\n# linux\nsudo apt install graphviz\n```\n\nFor [PyICU](https://gitlab.pyicu.org/main/pyicu), you need the C library:\n\n```bash\n# mac\nbrew install pkg-config icu4c\nexport PKG_CONFIG_PATH=\"$(brew --prefix icu4c)/lib/pkgconfig\"\n\n# linux\nsudo apt install libicu-dev\n```\n\nFor [TA-Lib](https://ta-lib.org), you need the C library:\n\n```sh\n# mac\nbrew install ta-lib\n\n# linux\nwget https://github.com/TA-Lib/ta-lib/releases/download/v0.4.0/ta-lib-0.4.0-src.tar.gz\ntar -xvf ta-lib-0.4.0-src.tar.gz\ncd ta-lib\n./configure --prefix=/usr\nmake\nsudo make install\n```\n\nThen you can install with pip:\n\n```sh\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\n\n# optional\npip install -r requirements_*.txt\n```\n\n## Usage\n\nEach notebook can be run directly in [Colab](https://colab.research.google.com). Any required data files will be fetched remotely. Or you can just run them locally in VS Code or JupyterLab.\n\n## Contents\n\n* [Python Programming](./notebooks/python/readme.md)\n* [Data Engineering](./notebooks/data_engineering/readme.md)\n* [Data Science](./notebooks/data_science/readme.md)\n* [Machine Learning](./notebooks/machine_learning/readme.md)\n* [Deep Learning (TensorFlow)](./notebooks/deep_learning_tensorflow/readme.md)\n* [Natural Language Processing](./notebooks/nlp/readme.md)\n* [Time Series](./notebooks/time_series/readme.md)\n* [Finance](./notebooks/finance/readme.md)\n* [Projects](./notebooks/projects/readme.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamelliotfields%2Fdatacamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamelliotfields%2Fdatacamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamelliotfields%2Fdatacamp/lists"}