Intermediate Data Transformations in Snowpark for Python | Snowflake Tutorial

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 4

  • @wadewinterhalter6987
    @wadewinterhalter6987 Рік тому

    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()

  • @cellentmaya1533
    @cellentmaya1533 Рік тому

    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.

  • @rushikeshdhok8249
    @rushikeshdhok8249 Рік тому

    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.

  • @dataecstasy
    @dataecstasy Рік тому

    what would you do if you;re getting your data from snowflake