We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9177e01 commit b92ccbeCopy full SHA for b92ccbe
smoke_test.py
@@ -38,7 +38,8 @@
38
# Covidcast test
39
print("Covidcast Test")
40
epidata = CovidcastEpidata()
41
-print(epidata.source_names)
+print(epidata.source_names())
42
+print(epidata.signal_names("fb-survey"))
43
epidata["fb-survey"].signal_df
44
apicall = epidata[("fb-survey", "smoothed_cli")].call(
45
"nation",
0 commit comments