Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 832 Bytes

File metadata and controls

19 lines (12 loc) · 832 Bytes

Delta Lake I/O with Pandas DataFrames

Use-Cases

  • Read and write Delta Lake tables into Pandas DataFrames.
  • Access Schemas and Catalogs as Pandas DataFrames
  • Access Delta lake from external services for table reads and writes

Structure

A running cluster on a Databricks workspace is required to interface any outside data from pandas DataFrames to mediate access and I/O with Delta lake.

See more details in the notebook (ipynb)