An open API service indexing awesome lists of open source software.

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

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