Iñigo Hidalgo
02/15/2024, 10:29 AMKedro-Viz version 6.3.0 currently supports preview of two types of datasets:
•pandas.CSVDataset
•Is there something I can do on my end to make a custom dataset compatible with dataset preview? I would like to show an arrow dataset's schema in the preview fieldpandas.ExcelDataset
Nok Lam Chan
02/15/2024, 10:50 AMNok Lam Chan
02/15/2024, 10:51 AMIñigo Hidalgo
02/15/2024, 10:59 AMpreviewTablePreviewIñigo Hidalgo
02/15/2024, 11:00 AMpreview_argsnrowsNok Lam Chan
02/15/2024, 12:19 PMpreview()Nok Lam Chan
02/15/2024, 12:20 PMpreviewIñigo Hidalgo
02/15/2024, 12:51 PMNok Lam Chan
02/15/2024, 1:14 PMAntony Milne
02/19/2024, 9:23 AMpreviewNero Okwa
02/19/2024, 10:32 AMNero Okwa
02/19/2024, 10:41 AMIs there something I can do on my end to make a custom dataset compatible with dataset preview?
I would like to show an arrow dataset's schema in the preview field@Iñigo Hidalgo Thanks for this. QQ what problem would dataset preview be solving for you for this? How have you previously shown an arrow dataset schema? 🙂
Iñigo Hidalgo
02/19/2024, 10:45 AMdef preview(self, show_statistics=False)Iñigo Hidalgo
02/19/2024, 10:50 AMsome reservations around the mechanism around using type hints for this (including from myself) so I’d be interested in hearing what you think of iton the technical side of things I can't really comment on what I think its possible limitations could be. It's true that it's kind of a different way of doing things than we're used to in python/kedro world. Thinking of pure-python implementations without type hints I might have gone towards having different
preview_tablepreview_plotlyAntony Milne
02/19/2024, 11:01 AMIñigo Hidalgo
02/19/2024, 11:07 AMIñigo Hidalgo
02/19/2024, 11:20 AM