Member-only story

Bamboolib with databricks, low-code programming is now available on #databrick

Hubert Dudek
3 min readOct 20, 2022

--

Now you can prepare your databricks code without … coding. Low code solution is now available on Databricks. Install and import bamboolib to start (require a version of 11 DBR for Azure and AWS, 11.1 for GCC). %pip can be used to install or cluster settings -> “libraries” tab:

As we see on the above screen, we have a few options.

- read CSV files,

- read the parquet file,

- read the table from metastore (I bet it will be the most popular option),

- or use some example dataset with ***** data

We will use an example titanic dataset.

Now we can make transformations and actions using the wizard. We can see below the auto-generated code:

So, let’s assume that we select only two fields:

--

--

Responses (1)