-
How am I able to change notebook's kernel from Python2 to Python3?
I have been using dataiku in windows (from a virtual machine) and on Ubuntu and every time I want to write a notebook in python code the only kernel available is Python2. I am wondering if it is poss…2 · -
Re: Every recipe i run FAILS
can you try deleting the jobs_database.h2.* files in your DIP_HOME folder? It looks like a corrupted database. If this is a 4.0 update, then delete databases/jobs* from DIP_HOME2 · -
Job fail when run a postgresql code recipe
Hi, after I validate my syntax and click run, I got this error: Job failed : Cannot run program "psql" (in directory "/Users/Library/DataScienceStudio/dss_home"): error=2, No such…1 · -
Re: Filter large dataset using a plugin
Hi Jonathan, In python, you can use our advanced API to read a large dataset by chunks: https://doc.dataiku.com/dss/latest/api/python/advanced.html#chunked-reading-and-writing-with-pandas Otherwise, …1 · -
Filter large dataset using a plugin
I have a large dataset (~200GB) that I would like other users to be able to filter by entering configuration parameters. (e.g. column contains "term") Plugin recipes are written in Python (…1 ·