Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 381 Bytes

Azure Synapse Analytics

PySpark (Python) Demo

In this demo, we will:

  • show you how to import the Public Holidays Open Dataset
  • load the public holiday data for the past 12 months
  • convert the data to Spark DataFrame
  • get a count of the DataFrame
  • show the first 20 rows of the DataFrame
  • display the DataFrame in tabular format as well as charting the data graphically