-
Minus date by 4 months, and plus 1
Hi dataiku community, can you help me with this problem I have a date column where it is always a month end. for example 2025-11-30 or 2026-01-31 and now i want to minus that date by 4 months, and add 1 day to it. so if the date is 2025-11-30 it will be 2025-08-01 if the date is 2026-01-31 it will be 2025-10-01 does anyone…
-
How to rebuild a dataset that is build from an Excel file that is located in a managed folder?
After successfully refreshing the Excel file in the managed folder, I can't find out how to refresh the downstream dataset. The Excel file in the managed Folder is successfully refreshed by dragging the updated Excel file 'data_cleansing.xls' to the Managed Folder and overwriting the old version of this file. But the…
-
How to setup local Python environment for dataiku? (pandas version conflict)
【code】 import dataiku import pandas as pd print("pandas version: " + pd.__version__) 【result】 C:\xxx\scripts\test.py WARNING:root:Could not import pandas. Pandas support will be disabled. To enable get_dataframe and other methods, please install the pandas package pandas version: 2.3.3 【description】 I'm currently setting…