Skip to content

IntegerScalar #6912

Answered by cpcloud
ozgurkalan asked this question in Q&A
Aug 21, 2023 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

@ozgurkalan Thanks for the question!

You'll need to call to_pandas() on the expression to trigger computation:

In [1]: from ibis.interactive import *

In [2]: t = ex.penguins.fetch(table_name="penguins")

In [3]: f"{t.count().to_pandas():,}"
Out[3]: '344'

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@cpcloud
Comment options

@cpcloud
Comment options

@cpcloud
Comment options

@lostmygithubaccount
Comment options

@NickCrews
Comment options

Answer selected by cpcloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants