Júlio Resende
Júlio Resende
Yeas, I think so! In the example above I just did `pd.read_csv()` to get the iris dataframe.
Hi! I've created a custom `pandas.DeltaTableDataset`, with upsert write mode. I'm sending it in here, just in case it's useful to anyone. I took the opportunity to also add the...
Hi @SajidAlamQB. A lot of datasets have an attribute called "_protocol". But DeltaTableDataset doesn't have it (check source code in [here](https://github.com/kedro-org/kedro-plugins/blob/main/kedro-datasets/kedro_datasets/pandas/deltatable_dataset.py)). I think this is the reason why this warning...