This section will walk through the steps to download and import the .csv file to our Jupyter notebook.
- Download the dataset from the website by selecting Export and then CSV, as seen in the following screenshot:
- If not already the case, name the downloaded dataset Fire_Department_Calls_for_Service.csv
- Save the dataset to any local directory, although ideally it should be saved to the same folder that contains the Spark notebook that will be used in this chapter, as seen in the following screenshot:
- Once the dataset has ...