Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

File metadata and controls

25 lines (18 loc) · 1.18 KB

python-challenge

Background

It's time to put away the Excel sheet and enter the world of programming with Python. In this assignment, you'll use the concepts you've learned to complete two Python challenges, PyBank and PyPoll. Both tasks present a real-world situation where your newly developed Python scripting skills come in handy.

This repository contains Python code for analyzing financial records (PyBank) and election data (PyPoll).

Project Structure

The project is organized as follows:

  • PyBank: Folder containing the PyBank Python script and related files.
    • Resources: Folder containing the CSV file used for analysis.
    • analysis: Folder containing the text file with the results of the analysis.
    • main.py: File cotaining code for PyBank analysis
  • PyPoll: Folder containing the PyPoll Python script and related files.
    • Resources: Folder containing the CSV file used for analysis.
    • analysis: Folder containing the text file with the results of the analysis.
    • main.py: File cotaining code for PyPoll analysis

Author

Miranda Smith

References

Data for this dataset was generated by edX Boot Camps LLC, and is intended for educational purposes only.