You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling imf_dataset with freq=["A", "Q", "M"] returns no data, apparently because the API expects arguments in the order they appear in the params dataframe (alphabetized by description).
Thus, we should probably sort arguments before making the API call.
Also make sure the list is being generated in the correct order when freq is omitted, because I had some issues making an API call without freq.
The text was updated successfully, but these errors were encountered:
chriscarrollsmith
changed the title
Arguments not in alphabetical order return no data
Arguments not in correct order return no data
Sep 26, 2024
Calling imf_dataset with freq=["A", "Q", "M"] returns no data, apparently because the API expects arguments in the order they appear in the params dataframe (alphabetized by description).
Thus, we should probably sort arguments before making the API call.
Also make sure the list is being generated in the correct order when
freq
is omitted, because I had some issues making an API call without freq.The text was updated successfully, but these errors were encountered: