-
Odata plugin bring back nulls as None
Hi – we are using the OData - protocol version 3.0) to connect to a dataset that our vendor maintains. version 4.0 does not work. When the dataset is viewed in PowerBI fields will show nulls but when…2 · -
Email dataset based on rowcount from a group of datasets in one scenario
Hi - I know how to set up a scenario to check if a dataset has at least one row and email it within the reporter configuration of the scenario. Is there a way to do this for multiple datasets that ar…1 · -
Re: Understand datePart formula
Hi Dataiku staff - would you be able to reply to Neuron's question to you? The reason I ask is that we found if we store our data set in hive and then have users access it from Excel, the timezone is…1 · -
Re: Your favorite Dataiku DSS tips & tricks?
We use this line in a python script to convert column names from input data sets to lower case and underscore: dataset_df.columns = dataset_df.columns.str.strip().str.lower().str.replace(' ', '_').st…2 · -
Re: I have Full outer join - best way to merge data with similar columns
Hi - thank you for the video but I am given errors upon importing but I did find the actual python recipe in your zip file. The fields I am joining are different and there are some differences in som…1 ·