This is really painful to use. There appear to be better ways of doing this in a Streamlit app.
@julianeccleshall8397Ай бұрын
just want to say thank you for this video. this is solved my issue.
@christopherhall1216 Жыл бұрын
Alteryx is easier than google maps at finding pubs?
@AlessandroBertolino-j1z Жыл бұрын
doesn't recognize my config module from config import * ModuleNotFoundError: No module named 'config' what should i do? thanks in advance
@gayatrishowseeker Жыл бұрын
Hi Where I can find the snowflake account id?
@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()
@dipeshg8581 Жыл бұрын
So snowpark code is just like databricks pySpark code :D . Thanks It's clear now that Snowpark and Databricks are for spark processing.
@jmcloudpro6 ай бұрын
Same feeling. I’ve been using apache spark. And I found very similar.
@saravanandinakaran2925 Жыл бұрын
Good. Keep doing more
@br2478 Жыл бұрын
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?
@dataecstasy Жыл бұрын
what would you do if you;re getting your data from snowflake
@abinashbehera7518 Жыл бұрын
how do we cast date to string or string to date in snowpark?
@harshpatil9336 Жыл бұрын
i have a grouped snowpark df i am trying to calculate a median of target column can u pls help currently i am trying df.groupby(columns).agg(median(targetcol)) its not completing
@shubhamgoyal5908 Жыл бұрын
Hey, great introductory video, can you advice how I can access a nested column while selecting them from a table?
@aashish_stanl Жыл бұрын
Do you have the full course of the alteryx? I am looking for it.
@TheHoghead6 Жыл бұрын
what ide are you using?
@phanindrareddymula3731 Жыл бұрын
13:28 what is F.Col ?
@VK76529 ай бұрын
did you get ? i have same qs
@akanerdcaps2 ай бұрын
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 Жыл бұрын
whats the IDE?
@wuajaz91 Жыл бұрын
Visual Studio Code
@kiranpatil444 Жыл бұрын
This is one of the best snowpark video I have found among KZbin. So easy to understand and point to point.
@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
@AtzmonBen-Binyamin Жыл бұрын
Great series of videos!!! Well explained.. Thanks! BTW, I don't see a .sql file in the zipped folder... Am I missing something?
@AimpointDigital Жыл бұрын
Thank you so much for your support! The zip file has now been adjusted and should have everything you need.
@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.
@PraxeoIogy Жыл бұрын
Source control?
@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.
@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 :)
@Juan-Hdez Жыл бұрын
Very useful. Thank you!
@AZIARGROUS Жыл бұрын
Very nice. So basically, snowpark is "async" by design in a way.
@SonLeTyP9496 Жыл бұрын
snowpark is good imo, the only things I dont like it much is snowpark only supports only python 3.8.
@ronnitroyburman4165 Жыл бұрын
This is one of the best Snowpark tutorials out there! Thanks @Aimpoint Digital!! Will be tuned in for future videos.
@agermoune Жыл бұрын
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 KZbin. 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 Жыл бұрын
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
@kamsalaharikrishnababu4746 Жыл бұрын
nice explanation
@AS-yo2uy2 жыл бұрын
Can you u use alteryx for biology?
@RajkumarSuryavanshi-i3r17 сағат бұрын
No, Its used for physics in aerodynamics
@PeterCacioppi3 жыл бұрын
Python is actually quite easy to learn. Learn Python, and you won't be hamstrung by the limitations of a graphical substitute for actual programming. Moreover, you'll be able to take your Python skills with you from job to job, as opposed to building a career around the narrow set of employers who are using this or that proprietary alternative. If you're the sort of person who likes logical abstractions, then you will do well with Python. If you're not that sort of person, then you shouldn't be doing doing data cleaning and analysis work anyway. Cleaning and analysis is all about clear logical thinking. People that do well with that sort of task don't need a dumbed down alternative to actual programming.
@maxfinnian2 жыл бұрын
And if you do happen to want a drag-and-drop view for your pipeline, just install the free app Orange from your Anaconda dashboard. If the tool already exists for free then why make it a paid service?
@PeterCacioppi2 жыл бұрын
@@maxfinnian The future of drag-drop quasi-programming likely going to be free tools that do baby-Python tasks and blend well with Python itself.
@amjan2 жыл бұрын
What you say resonates with me, thanks for sharing your opinion!
@Pyramidtank Жыл бұрын
Orange in anaconda
@Pyramidtank Жыл бұрын
Orange in anaconda
@Techno14973 жыл бұрын
I really like it !
@danjsy3 жыл бұрын
Thanks, a good watch and very appropriate foundation for modern analytics.
@jamielaird65963 жыл бұрын
Thanks Dan!
@Grand-Mono3 жыл бұрын
then who needs ML engr. , data scientist and data analytics anymore? if we have this software? Were those position I mentioned created this Alteryx? or is it the software engr. ? Either way, they dug graves for those positions except software engr.
@Alejoacuna2 жыл бұрын
Good insight, have the same questions as you, been living the transformation to a similar tool in my current position and makes me wonder if they will cut down on headcount because of this
@TableauTim3 жыл бұрын
Love the cat !
4 жыл бұрын
This is an absolutely brilliant introduction to Designer! Fun, informative and a great production! Well done! Can you make APA as easy and clear to understand?
@AimpointDigital4 жыл бұрын
That's a great suggestion!
@bernardthefourth4 жыл бұрын
So I buy a bunch of Alteryx stock, give it a few years and I retire RICH?
@Annalou12294 жыл бұрын
Yes i would like to know too lol
@AimpointDigital4 жыл бұрын
Aimpoint Digital don't offer financial advice, but only invest what you're prepared to lose and a diversified portfolio is key to reducing risk.
@bernardthefourth4 жыл бұрын
@@AimpointDigital THATS A YES! I do actually own some at 120 or so.
@3356378804 жыл бұрын
@@bernardthefourth lmao
@stuckcamping Жыл бұрын
Don't think that investment has paid off
@AaronPaul_google4 жыл бұрын
Hi there. This was a quick helpful video. Meanwhile, is Incremental loading possible in Alteryx and how is this handled?
@AimpointDigital4 жыл бұрын
This would require filtering out data that is already in your target. To do this, join your source data with the target dataset on a key field. The unmatched records will be the delta for loading. You can leverage the power of your database to make this process quicker by using the In-Database Tools in Alteryx. Please reach out to the Alteryx Community for more help.