Skip to content
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

Unexpected arguments #41

Closed
jbrockmendel opened this issue Apr 19, 2023 · 1 comment · Fixed by #44
Closed

Unexpected arguments #41

jbrockmendel opened this issue Apr 19, 2023 · 1 comment · Fixed by #44

Comments

@jbrockmendel
Copy link
Contributor

Trying this out, make run_polars is showing

TypeError: scan_csv() got an unexpected keyword argument 'sep'
[...]
TypeError: LazyFrame.sort() got an unexpected keyword argument 'reverse'
[...]
AttributeError: 'LazyFrame' object has no attribute 'with_column'. Did you mean: 'with_columns'?
[...]

Please advise. I'm a polars newbie.

@IndexSeek
Copy link
Contributor

There have been a good bit of changes with this, I think it would be worth putting together a PR to ensure the syntax aligns with the newer versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants