superduper icon indicating copy to clipboard operation
superduper copied to clipboard

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

Open jieguangzhou opened this issue 1 year ago • 0 comments
trafficstars

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

jieguangzhou avatar May 30 '24 06:05 jieguangzhou