-
Re: Parse Date
You have date/times which are in different formats. Some have the microseconds (the .999999 part) and some don't. You should really ask the data provider to give you the data in a consistent dat…1 · -
Re: Parse Date
That can be done too. If the string has a dot you could use the substring() function to get the part up to the dot and concat it to the part after the plus.1 · -
Re: Modify project variables through a hook in advanced govern node
https://knowledge.dataiku.com/latest/automation/variables/tutorial-variables-with-code.html#get-and-set-project-variables-in-a-notebook1 · -
Re: Is it possible to run a shell script stored in the git cloned project in Dataiku Library?
You may also want to use the Shell Code Recipe which will allow you execute Shell code directly without using Python. https://doc.dataiku.com/dss/latest/code_recipes/shell.html1 · -
Re: Is learning Dataiku a competitive advantage for aspiring data analysts/data scientist ?
It might be depending on the job description. Do the Dataiku Academy courses and get certified. They are free! https://academy.dataiku.com/2 ·