@@ -66,7 +66,7 @@ First, the monthly CSV files have filenames in the form
66
66
{YYYY}-{mm}.csv.gz
67
67
68
68
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
70
70
day of the month. They are compressed with gzip; the standard ` gunzip ` command
71
71
on macOS or Linux can decompress them. (macOS can also decompress these files
72
72
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
75
75
provide the easiest way to get all the necessary data, without accidentally
76
76
including duplicate results.
77
77
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
79
79
that month, with names in the form
80
80
81
81
{YYYY}-{mm}.tar
82
82
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.
85
87
86
88
## Conditions Responses are Recorded
87
89
0 commit comments