Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 510 Bytes

File metadata and controls

3 lines (3 loc) · 510 Bytes

Python-challenge:

PyBank: Tasked with creating a Python script to analyze the financial records of a fictional company. I was given a financial dataset called budget_data.csv. The dataset is composed of two columns: "Date" and "Profit/Losses". PyPoll: I was given a set of poll data called election_data.csv. The dataset is composed of three columns: "Voter ID", "County", and "Candidate". The task is to create a Python script that analyzes the votes; some of the difficulties was exporting the output.