great video and series. i got stuck on the website udf. turns out on my set-up, the 'html' column was saved as 'binary' instead of 'string', had to add binarytype() to my snowflake.snowpark,types import and use input_types=[BinaryType()] instead of StringType()
Thanks for this video. I create my dataframes using the snow_session.sql('select * from table') format. Is it possible to convert this snowpark dataframe to a pandas dataframe. The reason I am asking this is because I would like to save my snowpark dataframe to a csv file.
Hi, Thanks for the great content. I recently got a chance to work on Snowpark python. I am pretty much new to this. Can you please make a video on "Working with python worksheet on snowflake UI" and how to deploy it also I want to how to get arguments to that python script to take user inputs. Keep posting such great videos.
great video and series. i got stuck on the website udf. turns out on my set-up, the 'html' column was saved as 'binary' instead of 'string', had to add binarytype() to my snowflake.snowpark,types import and use input_types=[BinaryType()] instead of StringType()
Thanks for this video. I create my dataframes using the snow_session.sql('select * from table') format. Is it possible to convert this snowpark dataframe to a pandas dataframe. The reason I am asking this is because I would like to save my snowpark dataframe to a csv file.
Hi,
Thanks for the great content. I recently got a chance to work on Snowpark python. I am pretty much new to this. Can you please make a video on "Working with python worksheet on snowflake UI" and how to deploy it also I want to how to get arguments to that python script to take user inputs.
Keep posting such great videos.
what would you do if you;re getting your data from snowflake