-
Re: Dataku 12: Do Streamlit Code Studios only support Streamlit versions compatible with Python 3.7?
Hi @info-rchitect , If you don't want to use the built-in dedicated code environment, you can simply toggle the "Code env mode" from "Generate a dedicated code env" (where the cod…1 · -
Re: How to get max date from the date column when define variable in scenario
Hi @Witw , Indeed formulas are row-wise transformations, and max within a formula will simply return the max of 2 passed values, i.e.: <span class="pre">max(-1,</span><span&g…1 · -
Re: Deleting Partitions w API
Hi @cmjurs , The dataset.clear() method can take in a list of partitions: https://developer.dataiku.com/latest/api-reference/python/datasets.html#dataikuapi.dss.dataset.DSSDataset.clear For example: …1 · -
Re: Use global variables in a Dashboard
Hi @LouisDeville , Indeed unfortunately there isn't a way to display variables on a dashboard. You can however display dataset Metrics on dashboards, which is likely the approach that makes the most …3 · -
Re: sample dataset with column unique values
Hi @DK , There are a couple different approaches I can think of that you could take here. One would be using visual recipes, but likely would require a couple different steps. You could: (1) Create a…1 ·