-
Notifications
You must be signed in to change notification settings - Fork 929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading csv file needs updating v.19.8 #4133
Comments
Hello @TanjaWinkler, thank you for opening an issue. We didn't change the syntax for setting the parameters, and since it's a Could you please share some context and the actual error you're facing? |
Hi there,
If I don't use the brackets, I can't load the CSV - I get an error message about not being able to read the load arguments. When I looked at the documentation within the kedro project to debug I did find example that had the brackets. I added those and it was all working.
All the best,
Tanja
…________________________________
From: ElenaKhaustova ***@***.***>
Sent: Friday, August 30, 2024 4:31:20 PM
To: kedro-org/kedro ***@***.***>
Cc: TanjaWinkler ***@***.***>; Mention ***@***.***>
Subject: Re: [kedro-org/kedro] Reading csv file needs updating v.19.8 (Issue #4133)
Hello @TanjaWinkler<https://github.com/TanjaWinkler>, thank you for opening an issue.
We didn't change the syntax for setting the parameters, and since it's a .yml file, it assumes load_args is a dictionary without brackets.
Could you please share some context and the actual error you're facing?
—
Reply to this email directly, view it on GitHub<#4133 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKEODURLPU5GDLTWQ7FKJDZUCF4RAVCNFSM6AAAAABNMN7REOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRRGYZDOMJUGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Can you please share your configuration file and the error traceback? |
I will do it on Monday. I've logged off for the weekend. :)
Have a good weekend yourself.
All the best,
Tanja
…________________________________
From: ElenaKhaustova ***@***.***>
Sent: Friday, August 30, 2024 7:04:15 PM
To: kedro-org/kedro ***@***.***>
Cc: TanjaWinkler ***@***.***>; Mention ***@***.***>
Subject: Re: [kedro-org/kedro] Reading csv file needs updating v.19.8 (Issue #4133)
Hi there, If I don't use the brackets, I can't load the CSV - I get an error message about not being able to read the load arguments. When I looked at the documentation within the kedro project to debug I did find example that had the brackets. I added those and it was all working. All the best, Tanja
Can you please share your configuration file and the error traceback?
—
Reply to this email directly, view it on GitHub<#4133 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVKEODVRZKE7LTGPPQD2A2TZUCXZ7AVCNFSM6AAAAABNMN7REOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSGA3TQNRUHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Closing issue as user was not able to reproduce it |
Description
The load_args argument now needs a dictionary as input. In the example the load arguments are just listed without dict brackets, but that does not work anymore.

The current version would have to be:
load_args: {
"sep"; ","
}
Documentation page (if applicable)
https://docs.kedro.org/en/0.18.14/kedro_datasets.pandas.CSVDataset.html
The text was updated successfully, but these errors were encountered: