Kiran Reddydatabricks-pyspark-blogs.hashnode.dev·Feb 27, 2024Reading different files in PySparkIntroduction In this blog, we'll explore the versatile capabilities of Apache Spark with PySpark for reading, writing, and processing data in Databricks environments. From handling various file formats to seamlessly integrating with external data sou...10 likes·60 readsDatabricks
Nikhil Akkinikhilakki.in·Jan 28, 2023Intro to TOML configuration file formatWhat is TOML? TOML (Tom's Obvious, Minimal Language) is a file format used for configuration files. It is designed to be easy to read and write and is similar in structure to INI files. The basic structure of a TOML file consists of key-value pairs, ...1.2K readsTOML