Tip | Using the API within Dataiku (Basics)#

Python API#

Using the internal Python API, one can read a Dataiku dataset into a dataframe, process the dataframe with Python code, and then write back to a Dataiku dataset. Examples include:

R API#

Using the internal R API, one can read a Dataiku dataset into a dataframe, process the dataframe with R code, and then write back to a Dataiku dataset. Examples include:

JavaScript API#

Using the internal JavaScript API, one can read a Dataiku dataset into a dataframe. Examples include: