This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Name: c_usda_quick_stats.py | |
| # Author: Randy Runtsch | |
| # Date: March 29, 2022 | |
| # Project: Query USDA QuickStats API | |
| # Author: Randall P. Runtsch | |
| # | |
| # Description: Query the USDA QuickStats api_GET API with a specified set of | |
| # parameters. Write the retrieved data, in CSV format, to a file. | |
| # | |
| # See Quick Stats (NASS) API user guide: https://quickstats.nass.usda.gov/api |