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 21a2791 commit 665004bCopy full SHA for 665004b
docs/api/covid_hosp.md
@@ -158,3 +158,19 @@ from delphi_epidata import Epidata
158
res = Epidata.covid_hosp('MA', 20200510)
159
print(res['result'], res['message'], len(res['epidata']))
160
````
161
+
162
+# Repair Log
163
164
+If we ever need to repair the data record due to a bug in our code (not at the
165
+source), we will update the list below.
166
167
+## January 22, 2021
168
169
+The following issues were repaired:
170
171
+* 20210113
172
+* 20210118
173
174
+These issues had been imported using the wrong column order due to an imprecise
175
+database migration. If you pulled these issues before January 22, you will want
176
+to discard that data.
0 commit comments