Iterating through an excel drop down menu and extracting data

I have a dataset that has healthcare information on every county in America. I am just trying to extract one value from each county, Actual Health Costs per Capita (AB27).

The problem I am having is that the dataset uses a drop down list to pull up each county's information. When I try and create a pandas dataframe, it only gets the drop down list.

Ideally, I'd be able to iterate over the dataset and extract each county's name and Actual Health Costs per Capita (AB27) into a pandas dataframe.

Any ideas?

A picture of the dataset and drop down list



from Recent Questions - Stack Overflow https://ift.tt/3gVeKiJ
https://ift.tt/2QJPlhy

Comments

Popular posts from this blog

Spring Elasticsearch Operations

Network Error and Timeout on Authorize.net JS

Object oriented programming concepts (OOPs)