Alkmaar     +31659380335

Data Engineering and Analytics

Tag: databricks

Harness the Power of SQL Parameters in Databricks

By Farnam Iranpour

Databricks continues to innovate and enhance the data engineering experience, and their recent introduction of SQL parameters is no exception. This simple yet powerful feature can revolutionize the way you write and interact with SQL code. Here’s everything you need to know about SQL parameters and how they can streamline your workflows. What Are SQL…

Ingest Netherlands GDP Data to Databricks for Free

By Farnam Iranpour

If you’re working with data on Databricks and need access to Netherlands GDP information, you’re in luck! The CBS (Statistics Netherlands) offers free and easy access to this data via its Python library, cbsodata. In this blog post, we’ll walk you through the process of ingesting Netherlands GDP data into your Databricks environment effortlessly. Step-by-Step…

Looking for Free and Reliable Weather Data in the Netherlands? 🤔

By Farnam Iranpour

The unpredictable weather in the Netherlands is a critical factor for many businesses. By comparing historical weather data with your sales data, you can gain valuable insights into which weather conditions favor the sale of specific products. Whether you’re managing inventory, planning marketing campaigns, or optimizing logistics, weather data can be a game-changer. But first,…

Load Data from Live Delta Sharing Using Python

By Farnam Iranpour

Introduction Databricks Live Delta Sharing empowers Databricks users to seamlessly share data with individuals beyond the Databricks environment. Users can generate a URL to share with recipients, granting them access to download a credential file. This streamlined process enables effortless data access across platforms like pandas, Spark, PowerBI, and more. Access Data Using Pyhton Upon…

Query Databricks Using API

By Farnam Iranpour

Introduction Are you looking to programmatically access and query data stored in Databricks? Whether you’re aiming to construct an application utilizing this data or simply share it with your colleagues, the Databricks SQL Statement Execution API offers a solution. It allows you to execute SQL statements on a SQL warehouse and retrieve the results efficiently.…