data-analytics-project-template
data-analytics-project-template copied to clipboard
A python project starter template for data-analytics and data-science.
Data Analytics Project Template
A project template to quick start data analytics and machine learning task.
About The Project
It 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.
Project Highlights
- Jupyter Notebook
- Pandas
- matplotlib
- numpy
- seaborn
- data directory git ignored
- module finder for code sharing
About The Author
You can connect with me here:
Recommended Steps:
- Install Conda - Instructions Here
- Install vscode (optional) - Download Here
- Clone this repo
-
src/example/data/archive.zip
- unzip for testing - Run
src/example/main.ipynb
- Get started with your own project 🥳
VSCODE template generation
- Open
Command Palette
- Select
Tasks: Run Task
- Select
Template: Generate Analysis Module
-
Enter the name
of a new module directory - The template directory is generated in the
src
directory with the given name - Start working on the task
https://user-images.githubusercontent.com/11065002/209532606-c62df522-2136-4837-a736-4568801411a9.mov
Project Directory Structure
.
├── .git
├── .gitignore
├── .templates
├── .vscode
└── src
├── example
│ ├── .gitignore
│ ├── __module_finder__.py
│ ├── data
│ │ ├── Churn_Modelling.csv
│ │ └── archive.zip
│ └── main.ipynb
└── utils
├── __init__.py
└── display.py
Find this project useful ? :heart:
- Support it by clicking the :star: button on the upper right of this page. :v:
License
Copyright (C) 2022 JANISHAR ALI ANWAR
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.