An Introduction to Delta Tables in Python
This post covers the Delta Lake, which is an open-source format extending parquet files for ACID transactions. More specifically, this covers how to work with Delta tables using the pyspark and native Delta APIs in python.
Delta tables can be thought...
theforce.hashnode.dev13 min read