-
Notifications
You must be signed in to change notification settings - Fork 995
Closed
kedro-org/kedro-plugins
#1049Labels
CommunityIssue/PR opened by the open-source communityIssue/PR opened by the open-source community
Description
Description
When using a csv dataset, the below doesn't work
model_metrics_aggregated:
type: pandas.CSVDataset
filepath: data/08_reporting/model_metrics_aggregated.csv
save_args:
mode: abut this one does
model_metrics_aggregated:
type: pandas.CSVDataset
filepath: data/08_reporting/model_metrics_aggregated.csv
fs_args:
open_args_save:
mode: aWhy? From the docs it seems that the top one should be the route to go...
I used these docs: https://docs.kedro.org/projects/kedro-datasets/en/kedro-datasets-2.0.0.post1/api/kedro_datasets.pandas.CSVDataset.html
Context
It annoyed me :)
Steps to Reproduce
Just use the dataset as described above
Expected Result
Append to work by using the described commands
Actual Result
No append
Your Environment
Latest kedro
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CommunityIssue/PR opened by the open-source communityIssue/PR opened by the open-source community
Type
Projects
Status
Done