Add the Data and Notebook

Lets add the CSV data file using Add to Project + button. You can find the dataset here: https://github.com/HuzaifahSaleem/Dataset/blob/master/Mall_Customers.csv Once the dataset gets uploaded it will show under the Data Assets.

Now lets add the Jupyter Notebook by using the Add to Project + button. Name your notebook and see that the runtime is Python 3.6. it gives you many options for runtime environments like R, Scala, PySpark, SparkR etc. Now click Create to create your notebook.

now lets start coding ^_^

Last updated