Cleaning Data with Spark
Cleaning data is a very common task for data professionals. In this post, I demonstrate a few common data cleaning task with spark Python and SQL.
Data Engineering / Databricks / Fabric / Python / SQL
Cleaning data is a very common task for data professionals. In this post, I demonstrate a few common data cleaning task with spark Python and SQL.
How using SQL Windows functions with non unique order column can cause indeterminate results
More