Description
Description
Currently only two datasets in kedro-plugins/kedro-datasets
(repo) have a 'preview' method. This collates, say for CSV, the first 5 rows to display in Viz.
Investigation is to see if other datasets could have the same thing implemented for them; what should the 'preview data' look like? Will it necessarily be tabular? Is it even possible for xyz dataset?
Idea is to have a answer, after spike investigation, of all the ways those datasets could have 'preview' implemented for them.
Context
Our aim has been to extend the 'preview' method past just 2 datasets - doing this investigation now will save us a lot of time later when we finally get around to doing it. The answers / document from this issue can guide how that implementation proceeds.
Possible Implementation
No implementation, just investigating each dataset and writing down what its preview format should be (e.g. for tabular datasets, it should be the first 5 rows).