When developing a python recipe, what is the best way to do the debugging? Does it make sense develop the recipe within the notebook environment and the copy the code into the recipe? Are there any de…
I find the graphing capabilities within dataiku a bit limited. Thus I thought to use plot within a python recipe, however the output graph is not shown? How is it possible to plot within a python reci…
Here are some options: - Save your plot in a png file in your python recipe and display it in an insight. - Use an ipython notebook. - And of course, plot the output dataset of a Python recipe in the DSS interface, but that is what you wanted to avoid.
I would like to create a table by SQL query: CREATE TABLE `export_cellule_mysql`( `site_id` varchar(127), `latitude_WGS84` float(127), `longitude_WGS84` float(127), `lambet_X` varchar(127) `dr` varcha…
It's good now, I can work on Dataiku. But when I would create a new dataset by creating the table with SQL query, it has an error: Connection OK, but query failed: Cannot issue data manipulation state…