-
Jupyter Notebook in Dataiku Projects
Hi Team, I just want to confirm that the Jupyter Notebook used in the Dataiku projects are the AWS Jupyter Notebook? If yes, then how are we using that in Dataiku? Is it using Iframe or any other app…1 · -
Re: Collect all months between 2 dates in a string column
Hi @lnguyen , You can create a python code for this, check below code for your reference import pandas as pddf = your_dataframefor index, row in df.iterrows(): calculate_dates = pd.date_range(row['st…4 · -
Re: Dataiku Certificate Not Visible
Hi @MichaelG , Thank you for the wishes and really glad you address this issue. Regards, Shubham2 · -
Re: How to execute git repository in dataiku
Hi @Yasmine , You can refer https://knowledge.dataiku.com/latest/courses/advanced-code/work-environment/library-pull.html This will help you to understand the way to import your functions which you c…1 · -
Roll back in Scenaio
Hi Team, Is there any way to roll back the changes if my Scenario run is failed? Thanks in Advance1 ·