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

Implement DataFrameSlice #125

Open
olekscode opened this issue Feb 6, 2020 · 0 comments
Open

Implement DataFrameSlice #125

olekscode opened this issue Feb 6, 2020 · 0 comments

Comments

@olekscode
Copy link
Member

This should be an object that references certain rows and columns of the data frame without actually copying them. The way I see it now, DataFrameSlice should inherit all non-modifying methods from DataFrame, but block all the modifying ones. In other words, slices are read-only.

@olekscode olekscode added this to the v3.0 milestone Feb 6, 2020
@olekscode olekscode modified the milestones: v3.0, future Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant