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?
from Recent Questions - Stack Overflow https://ift.tt/3gVeKiJ
https://ift.tt/2QJPlhy

Comments
Post a Comment