{"id":15645736,"url":"https://github.com/janishar/data-analytics-project-template","last_synced_at":"2025-06-17T03:35:42.183Z","repository":{"id":115172681,"uuid":"582056871","full_name":"janishar/data-analytics-project-template","owner":"janishar","description":"A python project starter template for data-analytics and data-science. ","archived":false,"fork":false,"pushed_at":"2023-10-09T08:55:55.000Z","size":319,"stargazers_count":91,"open_issues_count":0,"forks_count":17,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-28T15:55:06.546Z","etag":null,"topics":["ai","anaconda","conda","data-analysis","data-analytics","data-science","jupyter-notebook","keras","matplotlib","notebook","numpy","pandas","project-starter-kit","python","python3","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janishar.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}},"created_at":"2022-12-25T13:45:30.000Z","updated_at":"2025-03-28T15:38:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"3ca2a62e-f3b8-4cb8-9192-df5181505d7f","html_url":"https://github.com/janishar/data-analytics-project-template","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"0c21eb6a88e2a0418f9f69e97250f0b3dc176c61"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/janishar/data-analytics-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janishar%2Fdata-analytics-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janishar%2Fdata-analytics-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janishar%2Fdata-analytics-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janishar%2Fdata-analytics-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janishar","download_url":"https://codeload.github.com/janishar/data-analytics-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janishar%2Fdata-analytics-project-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260286401,"owners_count":22986581,"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":["ai","anaconda","conda","data-analysis","data-analytics","data-science","jupyter-notebook","keras","matplotlib","notebook","numpy","pandas","project-starter-kit","python","python3","tensorflow"],"created_at":"2024-10-03T12:09:31.013Z","updated_at":"2025-06-17T03:35:42.157Z","avatar_url":"https://github.com/janishar.png","language":"Jupyter Notebook","readme":"# Data Analytics Project Template\nA project template to quick start data analytics and machine learning task.\n\n# About The Project\nIt is convenient to adopt a good project structure having support of git when starting with a project for data analysis and machine learning. This project is made for Visual Studio Code (**vscode**) but can be used in any IDE.\n\n# Project Highlights\n1. Jupyter Notebook\n2. Pandas\n3. matplotlib\n4. numpy\n5. seaborn\n6. **data** directory git ignored\n7. module finder for code sharing\n\n# About The Author\nYou can connect with me here:\n* [Janishar Ali](https://janisharali.com)\n* [Twitter](https://twitter.com/janisharali)\n* [YouTube Channel](https://www.youtube.com/@unusualcode)\n\n## Recommended Steps:\n\n1. Install Conda - [Instructions Here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html)\n2. Install vscode (optional) - [Download Here](https://code.visualstudio.com/download)\n3. Clone this repo\n4. `src/example/data/archive.zip` - unzip for testing\n5. Run `src/example/main.ipynb`\n6. Get started with your own project 🥳\n\n## VSCODE template generation\n1. Open `Command Palette`\n2. Select `Tasks: Run Task`\n3. Select `Template: Generate Analysis Module`\n4. `Enter the name` of a new module directory\n5. The template directory is generated in the `src` directory with the given name\n6. Start working on the task\n\n\nhttps://user-images.githubusercontent.com/11065002/209532606-c62df522-2136-4837-a736-4568801411a9.mov\n\n## Project Directory Structure\n```\n.\n├── .git\n├── .gitignore\n├── .templates\n├── .vscode\n└── src\n    ├── example\n    │   ├── .gitignore\n    │   ├── __module_finder__.py\n    │   ├── data\n    │   │   ├── Churn_Modelling.csv\n    │   │   └── archive.zip\n    │   └── main.ipynb\n    └── utils\n        ├── __init__.py\n        └── display.py\n```\n \n### Find this project useful ? :heart:\n* Support it by clicking the :star: button on the upper right of this page. :v:\n\n### License\n```\n   Copyright (C) 2022 JANISHAR ALI ANWAR\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanishar%2Fdata-analytics-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanishar%2Fdata-analytics-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanishar%2Fdata-analytics-project-template/lists"}