About 30,600 results
Open links in new tab
  1. 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.

  2. Save DataFrame to a managed folder — Dataiku Community

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

  3. Parse Date — Dataiku Community

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

  4. Handling Empty or Missing Datasets Dynamically in Dataiku Python ...

    Jan 9, 2025 · 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. Github Copilot on Code Studio — Dataiku Community

    Apr 14, 2025 · At the moment, GitHub Copilot isn’t officially supported in Code Studio/code-server. The practical workaround is to use VS Code locally with Copilot enabled and connect it to your remote …

  6. Troubles with dates in different formats when ... - Dataiku Community

    When you upload a CSV file to Dataiku it will load all columns as String by default. Maybe you changed this on the Dataset => Settings => Schema tab? Either way the issue here is that you converted it to …

  7. Remove Duplicates based on one column — Dataiku Community

    Muhanned Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 2 Partner March 2022 Yes, I agree with @Jurre . You achieve the task …

  8. Troubleshooting Issues and Getting Help With Dataiku

    Dataiku revolutionizes how companies work with their data, enabling any user — from beginners with no programming knowledge to experienced data scientists with advanced knowledge and complex data …

  9. Add/Remove Column in existing dataset — Dataiku Community

    Feb 21, 2023 · Hi All, I have an existing dataset created with 2 columns. I now want to add in a new column to the existing data set. How do I add it?

  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 dataframe in the …