-
Re: Creating a column from header data
@SimonM Are the files you are referencing on the DSS Design Node? Are they stored on some other server? Are you trying to load them into a particular DSS project as managed datasets? Is this a one-ti…1 · -
Re: Accessing datasets from API
@Carlos-Q , how much data is in the table you are trying to query? I assume you have managed to instantiate the client, and get a project object. Have you tried loading just a few rows in to debug? Y…1 · -
Re: Creating many jobs with a python recipe
@ben_p Can you use some exception handling within Python? Something like bellow: for item in list_of_items: try: # Do something to your item (this logic will be the same for all items) except Anticip…1 · -
Re: python indexing issue while executing a python code on dataset.
@sasidharp can you provide a little more details? Are you running your Python code as part of a Python Code Recipe? Or a scenario script? Or other? As far as I am aware, if your data (in a Pandas dat…1 · -
Re: If condition satisfied scenarios
@pmunoz First off thanks for the good question. I'll admit that I also have not done this before so did a little testing on my own. I stumbled upon this link: https://doc.dataiku.com/dss/latest/…1 ·
