DataFrame icon indicating copy to clipboard operation
DataFrame copied to clipboard

Implement DataFrameSlice

Open olekscode opened this issue 5 years ago • 0 comments

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 avatar Feb 06 '20 01:02 olekscode