Your SQL tutorial project helped me in getting my first job! I have no words to thank you, I was struggling financially. Keep up the great work!!!
@Aistory156 Жыл бұрын
you only learn sql
@chanell3166 Жыл бұрын
Can you elaborate on what else you did?
@smktube52054 ай бұрын
are you serious ? like how on earth could a SQL knowledge no matter how advanced land you a job ??????
@tigerch33326 күн бұрын
In countries like US, UK u can get it. In India it's not possible @@smktube5205
@leucam3756 ай бұрын
I have always struggled with filtering in pandas because the way it works is so different from that in other languages which I am familiar with. Thank you for making this video which is an excellent summary of the possibilities that I can refer to when I need to filter my data.
@kevindeschepper81405 ай бұрын
df.xs('Australia', level='Country') met cross section kan je op land zoeken zonder continent te specifieren, geweldige serie, alles gevolgd tot nu toe. Je tempo is top, niet te snel niet te langszaam
@MrMikeymontemayor Жыл бұрын
Just as a quick tip: to see the drop down options inside the parenthesis you have to use: "Shift" +"Tab" and slightly place the cursor in the bottob half of the parenthesis.
@dhirajkafle47 Жыл бұрын
thanks, it is helpful
@vyvern1615 Жыл бұрын
that helps alot
@aayushisharma65822 күн бұрын
thankss
@sj179510 ай бұрын
Another great video! I'm SO EXCITED that I've made it this far through your bootcamp series. Also, super happy that I finally get to learn about Pandas! I can't wait to finish this series and start on your Analyst Builder courses! :) As always, THANK YOU ALEX!!
@saladdinsaadeh48709 ай бұрын
how did you find the analyst builder course? is it similar to this one or does it provide alot of new material?
@tedanthonytarona8355 Жыл бұрын
I just told my entire family that i learned how to do power bi because of you! Told them also to subscribe!!
@gphanisrinivasful2 ай бұрын
10:35 Actually sort_index() also has an 'inplace' parameter (similar to set_index()). You have to set inplace=True for the underlying integer index to change to the new order. Executing df.iloc[1] after setting inplace=True for sort_index() will give Angola as the output.
@onosemuodeikuesiri762029 күн бұрын
true
@nimrod4463 Жыл бұрын
8:18 Do notice that Alex changes it quickly to ROWS and not COLUMNS, he shows the max rows of the table.
@DreaSimply21 Жыл бұрын
Thank you for helping me understand iloc!
@jellymaneducation6168 Жыл бұрын
Hi Alex, I just came across your channel. Amazing. I just started doing KZbin myself in the last year or so. Was wondering if you have some tips on how you were able to build such a massive channel in just a few short years?
@carolwrezende Жыл бұрын
Please, teach us how to clean data with pandas Great channel!!🤓
@muhammadsaadmalik90598 ай бұрын
Hi Alex, you mentioned that iloc didn't work in multi-index but as I practice it was not working since we didn't save the changes after sorting multi-indexes.
@simhz2221 Жыл бұрын
Hi Alex - it would be amazing if you did a deep dive on the new Seaborn Objects API. I personally tried it and think it is the future of Python visualization. Amazing video as always!
@adwaamohamed267417 күн бұрын
very useful thank you
@ivanko-nebo Жыл бұрын
Hi, Alex! How do you open that info panel on 7:17?
@moxie1189 Жыл бұрын
Press Shift+Tab after the opening bracket
@Niranga.555 Жыл бұрын
Thank you Alex...!
@NorovsambuuPurevsuren Жыл бұрын
Hi Alex! what do you think about pandas 2.0?
@watergate-Shorts2 ай бұрын
why you used '#' with pd.set_option? isn't hashtag for comments?
@LBR0808 Жыл бұрын
Hi Alex, can you make a video about Alteryx? I heard that they can do analytics automated
@theravikk1755 Жыл бұрын
Please make a video on Microsoft copilot(AI powered) It will replace data analysts?
@fabscocoa3452 Жыл бұрын
Thank you!
@naagarhive65819 ай бұрын
sir, the way you highlight your 'OOPs'. 😂
@chefernandez563 Жыл бұрын
anyone else keep getting errors with inplace = True?
@chenliu45069 ай бұрын
Can anyone help? Why after i sort_index, the dataframe wasn't group by Continent?
@rajatsrivastava27929 ай бұрын
same problem did you find solution
@MyAwfulUsername9 ай бұрын
We have to do df.sort_index(inplace = True) to sort our existing dataframe. Without the inplace=True it creates a new sorted dataframe that would need to be assigned to a new variable
@ridwanadeoye84008 ай бұрын
Its all about the order of setting the index...Oga Alex didn't show us that he'd switched the indexes from df.set_index(["Country","Continent"]) to df.set_index(["Continent","Country"])
@adjieaja235 ай бұрын
df = df.set_index(['Continent','Country']) df = df.sort_index(ascending=[False, True]) print(df) i hope that can help u
@yurobert300711 ай бұрын
Pretty cool.
@sarahwacha8894 Жыл бұрын
Hi Alex, at 8:14 am getting this error AttributeError: module 'pandas' has no attribute 'set_options', what do i do?
@zainabshaikh9139Ай бұрын
It's option not option"s" Try this: pd.set_option('display.max_rows', None)
@AashishKidsChannel Жыл бұрын
Watching your all videos are finished sir then I download certificate In that my certification why r u not signing sir that is valid certificate for me pls reply