Best Of
-
Re: Can we get the sum or count of a column in dataiku
@Ignacio_Toledo Completely Agree with you.. Summary tables is something all the BI tools i worked with used to have and i too do wish for something similar in dataiku.1 · -
Re: Can we get the sum or count of a column in dataiku
Hi @kusuma , This is one option for a python code that will write the output in a Dataiku dataset: import dataikuimport pandas as pd, numpy as npdata_for_summary = dataiku.Dataset("data_for_summ…1 · -
Re: Uipath and dataiku plugin
Hi @LYLY I answered your question here as well: https://community.dataiku.com/t5/Using-Dataiku/plugin-is-not-displayed-in-edition-version/m-p/25376/highlight/true#M9755 I hope this helps!1 · -
Re: Model deploy
Thanks a lot!1 · -
The 2022 Dataiku Frontrunner Awards Are Open for Submissions
Are you one of those analytics wizards, who are leveraging Dataiku to upskill and make sense of their data? Or an AI pioneer, building moonshot projects for a better future? Or a visionary, on a miss…2 · -
Text encoding different for Python script and Notebook
Hi, When I run a python script in the notebook editor with the same Python environment as the default environment (python 2) and save the results to a new dataset (CSV) using: dataiku_dataset = datai…1 · -
Re: How do I import an IPython notebook?
Usually you would rather import the whole project, including the configuration of the datasets used by the notebook. For instance, for our trainings, we have a project with a few toy datasets and a f…1 · -
Re: Model deploy
Hi, If your model is already trained and saved as a pickle file, the quickest option would be to use a python prediction endpoint. To do so, you need to add a managed folder to your flow, with your .…3 · -
Re: Retrieve commit SHA / commit message when updating project shared code from git
Hi @julesbertrand , You can view the last hashes for remote git imported libraries in DSS DATADIR/config/projects/NBO_WEBAPP/lib/external-libraries.json You would see : "lastHash": "5c…1 · -
May The Fourth(cast) Be With You: Forecasting Star Mart Holiday Sales
Originally posted by Dataiku on May 4, 2021 by @ClemenceB and @Alex_Combessie A long time ago in a galaxy far, far away… It is a period of uncertainty for sales forecasting. With the upcoming Life Da…2 ·