Plato's Pizzeria Report - Power BI
This Project is a practice project provided by www.mavenanalytics.io, in this challenge I’ll be playing the role of a BI Consultant hired by Plato's Pizza, a Greek-inspired pizza place in New Jersey. My task is to help the restaurant use data to improve operations. Things are going OK at Plato's, but there's room for improvement. Transactional data have been collected for the past year, but really haven't been able to put it to good use.
# Sample of the data
pd.read_csv('/work/orders.csv').head(5)
# Sample of the data
pd.read_csv('/work/order_details.csv').head(5)
# Sample of the data
pd.read_csv('/work/pizzas.csv').head(5)
# Sample of the data
pd.read_csv('/work/pizza_types.csv').head(5)