About 30,500 results
Open links in new tab
  1. Home - Dataiku Community

    Welcome to the Dataiku Community: a peer-to-peer community to discuss data preparation, analytics, machine learning and AI on the Dataiku platform.

  2. Reading partitions one at a time from Python - Dataiku Community

    Mar 5, 2020 · Hi, I am trying to read a partitioned dataset using Python. I got a list of partitions using the following code.

  3. Save DataFrame to a managed folder — Dataiku Community

    I am trying to save a pandas DataFrame to a managed folder in Dataiku. My code:

  4. Handling Empty or Missing Datasets Dynamically in Dataiku …

    Hi everyone, I’m working on a dynamic process in Dataiku where I pull data from Athena using SQL, then do athena unload, and use the resulting dataset as an input for a pyspark recipe.

  5. Parse Date — Dataiku Community

    Nov 4, 2022 · one column has the date format like "2022-11-04 07:44:32.634000+00:00".

  6. Setup & Configuration - Dataiku Community

    Find answers and ask questions about how to get the most out of your Dataiku setup and configuration.

  7. Troubleshooting Issues and Getting Help With Dataiku

    Sep 14, 2021 · Dataiku revolutionizes how companies work with their data, enabling any user — from beginners with no programming knowledge to experienced data scientists with advanced …

  8. What's New - Dataiku Community

    Welcome to the Dataiku Community: a peer-to-peer community to discuss data preparation, analytics, machine learning and AI on the Dataiku platform.

  9. Retrieve last build date via API - Dataiku Community

    Aug 24, 2020 · For my most recent datasets, it is relatively straightforward, I can look into the latest metrics values: from dataiku import api_client dataset = …

  10. Writing to partitions - Dataiku Community

    Hello everyone, I'm working with datasets with partitions, I found a post showing how to read a partition from a dataset but I have not found a way to write that partition down on another …