Skip to content

rags0051/hha-data-ingestion-alice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hha-data-ingestion-alice

HHA507 Data Science Assignment 1

Instructions: Create a Github repo called ‘hha-data-ingestion’ in your account and write a python script (.py file) that does the following below (Section 1, Section 2, Section 2). Please include a folder in the repo called 'data', that contains the excel files that you use for Section 1. Please provide PUBLIC repo, GitHub URL when submitting this assignment. Please use comments (# or """) in your .py script to let me know what you are doing. If you run into any errors that you can't solve, please take screen shots of those errors, and put them into a 'error' folder inside of your github repo so I can see what they were.

Deliverables:

  • Section 1: Find or create 1 excel (.xls) file that contains at least two tabs. Bring in the first tab as a data frame; label that dataset as ‘tab1’, and a second data frame that represents the 2nd tab of the excel file, name this 'tab2'
    Resource: creating via your local computer, Kaggle (https://www.kaggle.com/datasets), healthdata.gov, etc....

  • Section 2: Find 1 open source json API via CMS, and bring it in using the 'requests' package ; call the dataset ‘apiDataset’

Resource: https://data.cms.gov/ import requests import json data = requests.get('https://data.cms.gov/data-api/v1/dataset/ad73e4d3-925b-4055-ad9b-7f0015e906c8/data') data = data.json()

About

HHA507 / Data Science / Assignment 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%