Snowpark for Python | Snowflake Tutorial

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 22

  • @kiranpatil444
    @kiranpatil444 Год назад +6

    This is one of the best snowpark video I have found among RUclips. So easy to understand and point to point.

  • @ronnitroyburman4165
    @ronnitroyburman4165 Год назад +2

    This is one of the best Snowpark tutorials out there! Thanks @Aimpoint Digital!! Will be tuned in for future videos.

  • @agermoune
    @agermoune Год назад +1

    Wow! Very simple to understand and love the combination of coding and theory explanation. Chris, you got the gift to convey a complete message in an easy one. Please don't stop as there a not a lot of clear snowpark videos on RUclips. One thing I was hoping to see is the initial setup and connection to snowflake also importing snowflake connection. Liked, subscribed immediately, and even pushed the bell so I won't miss any future videos

  • @JohnLanze-hz4ql
    @JohnLanze-hz4ql Год назад +2

    Quantity was applied to just the discount which is how this ended up with the negative revenues. Quantity should have been applied to the whole equation. Enjoyed the video though. Good walkthrough

  • @br2478
    @br2478 Год назад +1

    Amazing content, thanks for sharing. I have a few doubts
    1. What are the pros & cons of Snowpark vs SageMaker
    2. If we want to redo SageMaker codes with Snowpark are there limitations?
    3. Are there data type challenges of using Snowpark?
    4. Quickest way to ramp up on Snowpark?

  • @AlessandroBertolino-j1z
    @AlessandroBertolino-j1z 11 месяцев назад +1

    doesn't recognize my config module
    from config import *
    ModuleNotFoundError: No module named 'config'
    what should i do? thanks in advance

  • @shubhamgoyal5908
    @shubhamgoyal5908 Год назад

    Hey, great introductory video, can you advice how I can access a nested column while selecting them from a table?

  • @dipeshg8581
    @dipeshg8581 Год назад +1

    So snowpark code is just like databricks pySpark code :D . Thanks It's clear now that Snowpark and Databricks are for spark processing.

    • @jmcloudpro
      @jmcloudpro 5 месяцев назад

      Same feeling. I’ve been using apache spark. And I found very similar.

  • @saravanandinakaran2925
    @saravanandinakaran2925 Год назад

    Good. Keep doing more

  • @77sushanto
    @77sushanto Год назад

    I have a SQL problem which I want to solve.
    Able to achieve half the way but another part is pending, pls help in this.
    Thank you for so beautiful simple explanation

  • @AZIARGROUS
    @AZIARGROUS Год назад

    Very nice. So basically, snowpark is "async" by design in a way.

  • @varuntyagi228
    @varuntyagi228 Год назад

    Great Video!! Can you please create a video on how to design the Session Configs section so that it can connect to Snowflake that has Single Sign On and also how to move this code in QA and production environments ( CI/CD)? you can also create a Udemy course for that I will buy that :)

  • @abinashbehera7518
    @abinashbehera7518 Год назад

    how do we cast date to string or string to date in snowpark?

  • @SonLeTyP9496
    @SonLeTyP9496 Год назад

    snowpark is good imo, the only things I dont like it much is snowpark only supports only python 3.8.

  • @kamsalaharikrishnababu4746
    @kamsalaharikrishnababu4746 Год назад

    nice explanation

  • @phanindrareddymula3731
    @phanindrareddymula3731 Год назад +1

    13:28 what is F.Col ?

    • @VK7652
      @VK7652 8 месяцев назад

      did you get ? i have same qs

    • @akanerdcaps
      @akanerdcaps Месяц назад

      Not sure if its still a question, but F is an alias for Snowpark Functions that are imported. Similar to how we write import pandas as pd and then do pd.read_csv(), etc.

  • @trakmakerai
    @trakmakerai Год назад

    whats the IDE?

    • @wuajaz91
      @wuajaz91 Год назад

      Visual Studio Code