{"id":20704312,"url":"https://github.com/joyyster/python-challenge","last_synced_at":"2025-08-24T13:45:45.727Z","repository":{"id":231045677,"uuid":"775678243","full_name":"joyyster/python-challenge","owner":"joyyster","description":"Module 3 Python Challenge assignment","archived":false,"fork":false,"pushed_at":"2024-04-02T05:25:54.000Z","size":1609,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T20:13:15.772Z","etag":null,"topics":["os","python","vsx"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joyyster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-21T20:48:48.000Z","updated_at":"2024-04-02T05:26:49.000Z","dependencies_parsed_at":"2024-04-02T06:39:57.271Z","dependency_job_id":null,"html_url":"https://github.com/joyyster/python-challenge","commit_stats":null,"previous_names":["joyyster/python-challenge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fpython-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fpython-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fpython-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joyyster%2Fpython-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joyyster","download_url":"https://codeload.github.com/joyyster/python-challenge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242973963,"owners_count":20215245,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["os","python","vsx"],"created_at":"2024-11-17T01:11:54.205Z","updated_at":"2025-03-11T04:45:27.129Z","avatar_url":"https://github.com/joyyster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-challenge\n\n![image](https://github.com/joyyster/python-challenge/assets/145946583/4e600e25-1afd-4e0c-8a91-8d965e7b5ba0)\n\nIn this Challenge, I was tasked with creating a Python script to analyze the financial records of your company. I was given a financial dataset called budget_data.csv. The dataset is composed of two columns: \"Date\" and \"Profit/Losses\".\nPyBank Instructions\nYour task is to create a Python script that analyzes the records to calculate each of the following values:\n\nThe total number of months included in the dataset\n\nThe net total amount of \"Profit/Losses\" over the entire period\n\nThe changes in \"Profit/Losses\" over the entire period, and then the average of those changes\n\nThe greatest increase in profits (date and amount) over the entire period\n\nThe greatest decrease in profits (date and amount) over the entire period\n\nYour analysis should align with the following results:\n\nFinancial Analysis\n----------------------------\nTotal Months: 86\nTotal: $22564198\nAverage Change: $-8311.11\nGreatest Increase in Profits: Aug-16 ($1862002)\nGreatest Decrease in Profits: Feb-14 ($-1825558)\nIn addition, your final script should both print the analysis to the terminal and export a text file with the results.\n\n![image](https://github.com/joyyster/python-challenge/assets/145946583/4bdffc0a-28f4-4c57-af36-a33055818408)\n\nIn this Challenge, I was tasked with helping a small, rural town modernize its vote-counting process.\nPyPoll Instructions\nYou will be given a set of poll data called election_data.csv. The dataset is composed of three columns: \"Voter ID\", \"County\", and \"Candidate\". Your task is to create a Python script that analyzes the votes and calculates each of the following values:\n\nThe total number of votes cast\n\nA complete list of candidates who received votes\n\nThe percentage of votes each candidate won\n\nThe total number of votes each candidate won\n\nThe winner of the election based on popular vote\n\nYour analysis should align with the following results:\n\nElection Results\n-------------------------\nTotal Votes: 369711\n-------------------------\nCharles Casper Stockham: 23.049% (85213)\nDiana DeGette: 73.812% (272892)\nRaymon Anthony Doane: 3.139% (11606)\n-------------------------\nWinner: Diana DeGette\n-------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyyster%2Fpython-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoyyster%2Fpython-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoyyster%2Fpython-challenge/lists"}