Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dataframe functionality: filter dataframe view #290

Open
deng113jie opened this issue Apr 25, 2022 · 1 comment
Open

Dataframe functionality: filter dataframe view #290

deng113jie opened this issue Apr 25, 2022 · 1 comment
Assignees
Labels

Comments

@deng113jie
Copy link
Contributor

The view is derivated from a dataframe via column/row filters.

By default, the view is readonly; if read/write is allowed, the dataframe will create a copy of the underlying dataset and then modify the data.

read/write/filter api similar to pandas df

@deng113jie
Copy link
Contributor Author

view:

view inherite from the DataFrame abstract class.

has any number of filters, each filter is associated with a field. The field can be from any dataframe.

the view is rw by default, thus the data changed is traced back to the original field
if the view is readonly, than change of data will trigger a behaviour of copy the referenced field into a new dataframe

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

No branches or pull requests

2 participants