/python-homework

Primary LanguageJupyter Notebook

python-homework WEEK 2

PyBank

The same notebook contains two solutions to the Homework. Please scroll down to view the 2nd solution.

Solution 1 with FOR LOOP

Resolved the homework using a for loop, results output to stdout and redirected stdout to file named results.txt

Solution 2 with PANDAS

Resolved the homework using pandas and reduced code by 24.5% compared to solution 1, results output to stdout and redirected stdout to file named results2.txt

PyRamen

Solution 1 with PANDAS AND DATAFRAMES

Resolved the home using Pandas and Dataframes and there are two output files. Analysis.txt contains the mathematical analysis of the data and provides guidance on which items could be eliminated from menu.

A csv file named report.csv was created to save the table with results by menu item.