IntegerScalar #6912
Answered
by
cpcloud
ozgurkalan
asked this question in
Q&A
IntegerScalar
#6912
-
Hi, when count(), we get an IntegerScalar, how to cast it to python int type?
|
Beta Was this translation helpful? Give feedback.
Answered by
cpcloud
Aug 21, 2023
Replies: 1 comment 6 replies
-
@ozgurkalan Thanks for the question! You'll need to call
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
cpcloud
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ozgurkalan Thanks for the question!
You'll need to call
to_pandas()
on the expression to trigger computation: