Skip to content

Implement DataFrameSlice #125

Open
Open
@olekscode

Description

@olekscode

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions