Hi David,
The python package is really helpful! I am wondering if you can give an example for GDPbyIndustry request? I am doing something like this but it shows an error.
data = pybea.get_data(USER_ID, DataSetName='GDPbyIndustry', tableID=1, Frequency=['A'], Year=['2011','2012'], Industry=['721'], ResultFormat="JSON" )
KeyError: 'Only a column name can be used for the key in a dtype mappings argument.'
I am not sure what the problem is.
Thank you!
Valerie
Hi David,
The python package is really helpful! I am wondering if you can give an example for GDPbyIndustry request? I am doing something like this but it shows an error.
data = pybea.get_data(USER_ID, DataSetName='GDPbyIndustry', tableID=1, Frequency=['A'], Year=['2011','2012'], Industry=['721'], ResultFormat="JSON" )KeyError: 'Only a column name can be used for the key in a dtype mappings argument.'I am not sure what the problem is.
Thank you!
Valerie