Not able to see some of record in Dataiku.
Hello,
I am new to Dataiku and have encountered an issue while searching for specific records within the platform. When I search for a particular record, no results are displayed; however, the same record appears in the exported Excel file from Dataiku.
I would like to be able to view all records directly within Dataiku without having to export the data to Excel first. Could you please advise on how to achieve this?
Thank you for your help.
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023, Circle Member Posts: 2,624 NeuronIf you are talking about the Explore tab in a dataset then this is by design meant to only show a sample of the data so filters only work on that sample. It is not efficient to show all the rows on datasets, specially those big ones. However when recipes run they affect the whole dataset. There are many different ways to search for specific data in Dataiku:
- Use the column heading Analyse, then perform a "Whole data" analyse
- Data Quality rule
- Metrics
- Filter recipe
- Prepare recipe
- Python recipe
- Statistics worksheet
- SQL Notebook
- Jupyter Notebook