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

select(df,f[f.a:f.b]) output don't include column b #127

Closed
cheny8907 opened this issue Jul 1, 2022 · 1 comment
Closed

select(df,f[f.a:f.b]) output don't include column b #127

cheny8907 opened this issue Jul 1, 2022 · 1 comment

Comments

@cheny8907
Copy link

select(df,f[f.a:f.b]) output don't include column b

@pwwang
Copy link
Owner

pwwang commented Jul 1, 2022

This is by design, to be compliant with python's slice. To include column b: select(df, f[f.a:f.b:1])

@pwwang pwwang closed this as completed Jul 1, 2022
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

No branches or pull requests

2 participants