This image shows the "NYC taxidropoff_csv Dataset" paragraph. This paragraph contains the following three lines of code: Line 1: %spark Line 2: val file0 = sqlContext.sql("SELECT COUNT(*) FROM `default`.`taxidropoff_csv`") Line 3: println("Number of records in 'taxidropoff_csv': " + file0.first().getLong(0)) At the bottom of the paragraph, the result of running the paragraph is as follows: "Number of records in 'taxidropoff_csv': 11953".