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

Provide an interface for data viewing that allows interactive data observation functionality. #2124

Open
jieguangzhou opened this issue May 30, 2024 · 0 comments

Comments

@jieguangzhou
Copy link
Collaborator

jieguangzhou commented May 30, 2024

It can return either a DataFrame or a list of dict.

This helps us easily view the data in the database.

For example:

db['documents'].data
db['documents'].data[:10]
db['documents'].data(id='xxxx')
listener.data # return the data from select
listener.output_data # return the data from listener.output_select
klepp0 added a commit to klepp0/superduperdb that referenced this issue Jun 18, 2024
feat: add DataView on top of DataFrame

In addition to a DataFrame, a DataView can quickly filter for matching points as suggested in superduper-io#2124.

feat: add data properties to simplify data observation
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

1 participant