<Does kedro data catalog accept .arrow files?> Whi...
# questions
u
Does kedro data catalog accept .arrow files? While using Kedro I want to load some data and work with it. To do that, one has to register the data in a conf/base/catalog.yml file. The Kedro Documentation of the Data Catalog explains how one can register data for Kedro to load. However, there is little to no information on how to load a <a...