https://github.com/prneidhardt/python-foundations
FoodHub Project
https://github.com/prneidhardt/python-foundations
bivariate-analysis exploratory-data-analysis python univariate-analysis
Last synced: 3 months ago
JSON representation
FoodHub Project
- Host: GitHub
- URL: https://github.com/prneidhardt/python-foundations
- Owner: prneidhardt
- License: gpl-3.0
- Created: 2022-05-29T13:43:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T21:19:59.000Z (12 months ago)
- Last Synced: 2025-02-25T20:31:20.805Z (8 months ago)
- Topics: bivariate-analysis, exploratory-data-analysis, python, univariate-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python-Foundations
- Project delivered in August 2021
- Repository includes two files:
- Jupyter notebook with Python code written for data analysis
- CSV file includes data imported into notebook
## Problem Statement
- The food aggregator company has stored the data of the different orders made by the registered customers in their online portal. They want to analyze the data to draw some actionable insights for the business. Suppose you are hired as a Data Scientist in this company and the Data Science team has shared some of the key questions that need to be answered. Perform the data analysis to find answers to these questions that will help the company to improve the business.
## Skills and Tools
- Exploratory Data Analysis (Variable identification, Univariate analysis, Bivariate analysis)
- Python