I have a python recipe that export a dataset to a csv. But I need to modify the first row of this csv and its extension. I'm trying to do this (read the csv and write a new first line) after exporting…
Hi, I am following this tutorial to work with pdf and managed folders : https://knowledge.dataiku.com/latest/code/managed-folders/tutorial-managed-folders.html But reading the pdf with tabula doesn't …
######## python and prophet version details prophet version=1.1.4 python_version=3.9.12 I am using the same version in my local machine its working file. but i am facing error on DATAIKU ########### C…
Hi, I checked out our default Streamlit Code Studio template and see this on 12.1: If so, this is a non-starter for us. We have to be able to use Python 3.8 and above. Streamlit itself even says they …
Hi All, This is a mock data of my input : Input RuleAccountEntityAuditR1a1,a2e1 R2 e2-c2 This has to be split and transformed to this form : RuleDimensionValueR1Accounta1R1Accounta2R1Entitye1R2Entitye…
Hi, Dataiku doesn't currently support ARRAY, VARIANT, NTZ timestamp data types natively. So, I just wanted to share how we get around this. We use an internal Python library to submit templatized quer…
Hello Dataiku Community! I hope you're all doing well. I'm trying to figure out how to create a custom code sample through the Dataiku API or the Python client. To provide a bit more context, I want t…
We are using Dataiku exclusively in Google Cloud Platform (GCP from now on) and mostly with Google Cloud Storage buckets (GCS from now on) and Google BigQuery (BQ from now), Google's Datawarehousing s…
Hi Everyone, What I'm trying to do is to use python code as the initial step inside a prepare recipe to filter out the data & do some calculation at the initial step. But getting error like dataiku is…
I have a little python streamlit webapp I've made in code studio that outputs data generated to a snowflake table that's in the same project. The way I'm attempting to do it (code below) is taking up …