You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary currently shows the path of the db, its number of elements, and whether it is in write mode.
I may also add whether the index is built, and in that case, the distribution of types inside the db, , the distribution of sizes, the distribution of the most frequent classes.
@fikovnik any other info you would like to see in the summary?
On Fri, Sep 2, 2022 at 2:30 PM Pierre Donat-Bouillud < ***@***.***> wrote:
0f91baf
<0f91baf>
adds length, [, close and summary.
summary currently shows the path of the db, its number of elements, and
whether it is in write mode.
I may also add whether the index is built, and in that case, the
distribution of types inside the db, , the distribution of sizes, the
distribution of the most frequent classes.
@fikovnik <https://github.com/fikovnik> any other info you would like to
see in the summary?
—
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC3PEXTFP4ZFBRDIMRV6RLV4HXNLANCNFSM57SB2EFQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
It would be nice to use some "standard" functions, for example:
length
- gives number of valuessummary
- returns a list with details about the content of the db, this itself should be an S3 class so it can have its own printing, ...[
- access the elementsclose
- closes the DBThe text was updated successfully, but these errors were encountered: