We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4217f9 commit 7b69fe2Copy full SHA for 7b69fe2
src/acquisition/covidcast/database.py
@@ -250,7 +250,7 @@ def delete_batch(self, cc_deletions):
250
"""
251
Remove rows specified by a csv file or list of tuples.
252
253
- File should include a header row and use the following field order:
+ If cc_deletions is a filename, the file should include a header row and use the following field order:
254
- geo_id
255
- value (ignored)
256
- stderr (ignored)
@@ -261,7 +261,7 @@ def delete_batch(self, cc_deletions):
261
- signal
262
- source
263
264
- List of tuples should use the following field order (same as above, plus time_type):
+ If cc_deletions is a list of tuples, the tuples should use the following field order (=same as above, plus time_type):
265
266
267
0 commit comments