Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/part-2/input-format-vs-output-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ Now that we understand the schema of the 2 real world data sets, [Air Sensor Dat

Question 1: How many series will be created by the Air Sensor Data given the schema above?

Answer 1: (1 sensor_id tag x 8 unique tag values) x (3 fields) = 4 x 3 = **24**
Answer 1: (1 sensor_id tag x 8 unique tag values) x (3 fields) = 8 x 3 = **24**

Question 2: How many series will be created by the NOAA National Buoy Center Data given the schema above (assuming no tags are dependent tags)?

Expand Down