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: