From edf900f57960c33bdd3357cb14440ab55d1804c0 Mon Sep 17 00:00:00 2001 From: Kshitiz Singh Date: Thu, 23 Mar 2023 14:24:47 +0530 Subject: [PATCH] fix: typo in input-format-vs-output-format.md --- docs/part-2/input-format-vs-output-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part-2/input-format-vs-output-format.md b/docs/part-2/input-format-vs-output-format.md index d529923..5619d56 100644 --- a/docs/part-2/input-format-vs-output-format.md +++ b/docs/part-2/input-format-vs-output-format.md @@ -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)?