So I guess you have two options - you can use the ...
# introductions
d
So I guess you have two options - you can use the JSON dataset to get it into your nodes https://kedro.readthedocs.io/en/stable/kedro.extras.datasets.pandas.JSONDataSet.html Or you could define a COCODataSet which inherits from the JSONDataSet and does some processing to make it easier to work with
2 Views