Skip to content

Commit 56f926e

Browse files
committed
Correct descriptions of tarballs
1 parent 08db7e9 commit 56f926e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/symptom-survey/survey-files.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ First, the monthly CSV files have filenames in the form
6666
{YYYY}-{mm}.csv.gz
6767

6868
and contain all valid responses for that month. These are produced from the
69-
daily files, by taking the data with the most recent `recordedby` date for each
69+
daily files, by taking the data with the most recent `recorded` date for each
7070
day of the month. They are compressed with gzip; the standard `gunzip` command
7171
on macOS or Linux can decompress them. (macOS can also decompress these files
7272
through Finder automatically; on Windows, free programs like
@@ -75,13 +75,15 @@ historical analyses of the survey data should start with these files, since they
7575
provide the easiest way to get all the necessary data, without accidentally
7676
including duplicate results.
7777

78-
Second, we produce monthly tarballs containing all the daily `.csv.gz` files for
78+
Second, we produce monthly tarballs containing the daily `.csv.gz` files for
7979
that month, with names in the form
8080

8181
{YYYY}-{mm}.tar
8282

83-
These archives can be unpacked using the standard `tar` command. The unpacked
84-
files are described in [Daily Files](#daily-files) above.
83+
Similar to the monthly CSV files, they contain only the files with the most
84+
recent `recorded` date for each day. These archives can be unpacked using the
85+
standard `tar` command. The unpacked files are described in [Daily
86+
Files](#daily-files) above.
8587

8688
## Conditions Responses are Recorded
8789

0 commit comments

Comments
 (0)