select * from information_schema.packages where language = 'python'
and PACKAGE_NAME LIKE '%pandas%'
DESC FUNCTION multiply(number, number);
-----------+----------------------------------+
property | value |
-----------+----------------------------------+
signature | (a NUMBER(38,0), b NUMBER(38,0)) |
returns | NUMBER(38,0) |
language | SQL |
body | a * b |
-----------+----------------------------------+
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BigDataBB
9 months, 3 weeks agostopthisnow
1 year ago