-
Re: What happens in DSS when I do this : pd.to_excel for quick export
Hi @ishan42d , datasets in DSS are "rich pointers" or configurations that hold information about the shape and location details of your actual data. As such the underlying data can reside i…1 · -
Re: Set Dataset Metric in Global Variables
Hi @gblack686 If you're using SQL for your recipe and the statement looks something like this: SELECT column_1 , column_2 , column_date FROM table you can just modify this to be SELECT column_1 , col…1 · -
Re: How to use VGGFace in Dataiku?
Hi Benoni, You can create an environment in DSS with the required version of Keras, in order for the dependencies to work. Then, the snippet as per their documentation works inside a notebook or Pyth…1 ·