Пікірлер
@EricGibbs-y7u
@EricGibbs-y7u 6 минут бұрын
Young Karen Thompson Eric Walker Frank
@ravi1341975
@ravi1341975 3 күн бұрын
This is amazing ,clean explanation and it's working.Looking forward more stuff from you.
@venkataanbharadwajvedula864
@venkataanbharadwajvedula864 4 күн бұрын
Amazing
@ramprakashtripathi643
@ramprakashtripathi643 5 күн бұрын
This video is a gem for beginners after scrolling so much on KZbin. Very well explained all concepts related to pivot table in one video itself. Amazing.
@ravi1341975
@ravi1341975 6 күн бұрын
Wow this is amazing,i implemented it.Thank you.
@ProgrammingIsFunn
@ProgrammingIsFunn 6 күн бұрын
well done 👍🏻
@gladysmackenzie9889
@gladysmackenzie9889 16 күн бұрын
Lopez Amy Brown Maria Clark Donna
@PANDURANG99
@PANDURANG99 17 күн бұрын
Authentication and deployment?
@mazharsinging7215
@mazharsinging7215 21 күн бұрын
Nice
@datasciencetoday7127
@datasciencetoday7127 21 күн бұрын
you are so egzited bro its so nice
@JJ-yl5er
@JJ-yl5er 22 күн бұрын
I might not have understood the code correctly, but why do we need to apply further filtering to get filtered_df if the data has already been filtered in previous steps? Perhaps we could do something like the following to get the final filtered_df: # Create for City city = st.sidebar.multiselect("Pick the City", df3["City"].unique()) # Simplified Filter Logic if not city: filtered_df = df3 # If no city is selected, df3 is the final filtered result else: filtered_df = df3[df3["City"].isin(city)] # Filter by city
@JennaPeters-n2x
@JennaPeters-n2x 22 күн бұрын
White Margaret Taylor George Williams James
@Shibaaffan
@Shibaaffan 26 күн бұрын
symmetric difference is the uncommon elements of both the sets. or union minus intersection
@BharatPatel-u4b
@BharatPatel-u4b 28 күн бұрын
when I run my Batch file, I get this error "ImportError: No module named pyodbc"
@ProgrammingIsFunn
@ProgrammingIsFunn 28 күн бұрын
Create virtual env and install pyodbc using pip install pyodbc
@bossmommyjaleesa7764
@bossmommyjaleesa7764 Ай бұрын
Amazing break down and no gate keeping finally, as well straight to the point. Thank You!
@BrunoLopesPaim
@BrunoLopesPaim Ай бұрын
This really helps, thank you for this video. ;-)
@ITGuyatAPS
@ITGuyatAPS Ай бұрын
Nice video and very informative, thank you. Do you by any chance know how to display previous, current and next month using calendar module? I tried different formatting tricks but the months are displayed vertically, not horizontally like "cal -3" would show.
@Aapka_apna_shivam
@Aapka_apna_shivam Ай бұрын
is this a project or a tutorial ?
@vivekkumarsingh5664
@vivekkumarsingh5664 Ай бұрын
❤ Awesome video with great example to understand the mongoDb, before watching the video i was little confused but now have a good understanding of the concept of it thanks for making these type of video
@ProgrammingIsFunn
@ProgrammingIsFunn Ай бұрын
Thanks Vivek for your support and I am glad it helps you
@youramigo6856
@youramigo6856 Ай бұрын
writer.save() is now writer.close() append is now removed from pandas hence for appending we need to use concat, combineddf = pd.DataFrame() for sheet in pd.ExcelFile(filename).sheet_names: df = pd.read_excel(filename, sheet_name = sheet) combineddf = pd.concat([df,combineddf], ignore_index = True) combineddf.to_excel(writer,sheet_name = 'All_data', index = False) writer.close()
@ProgrammingIsFunn
@ProgrammingIsFunn Ай бұрын
Yes you’re right…… these functions are depreciated ⚠️
@Feroz88
@Feroz88 2 ай бұрын
You done an excellent job bro ♥
@MOHITSARASWAT-so7ii
@MOHITSARASWAT-so7ii 2 ай бұрын
easy to understand . thank you sir
@sikiruyusuff1246
@sikiruyusuff1246 2 ай бұрын
My challenges is that the filter is just showing only one item selection.
@sikiruyusuff1246
@sikiruyusuff1246 2 ай бұрын
I have solved the problem by ignoring the datetime filter. The problem occurred might be due to the different dataset used
@Bruno_Knabben
@Bruno_Knabben 2 ай бұрын
Amazing video! Thanks!
@idopshik
@idopshik 2 ай бұрын
Clear explanation , thank you
@nikhilkulal2520
@nikhilkulal2520 2 ай бұрын
I got the error on 29th line kindly give ur contact id number to solve the error
@idopshik
@idopshik 2 ай бұрын
Yes. Pretty clear explanation.
@idopshik
@idopshik 2 ай бұрын
That's super. Very clear.
@ramkumarharish
@ramkumarharish 2 ай бұрын
Great video. Can you please share which version of python, scipy, gensim and streamlit you are using.
@bgupta77
@bgupta77 2 ай бұрын
Very well explained. Request you to please upload more videos.
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
Sure 👍🏻
@joeyevans2876
@joeyevans2876 2 ай бұрын
Very easy and good explanation 👍
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
Thanks for the compliment.
@rajmathichithramani5864
@rajmathichithramani5864 2 ай бұрын
Really helpful and informative..Thanks a ton...This is the one which i was searched a lots in KZbin....How can i connect with you if i have doubts in Python ?
@manuelquintana1340
@manuelquintana1340 2 ай бұрын
Thank you so much, your video was very very useful for me, you save me! Greetings from Colombia
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
I am glad this video is beneficial for you. Keep watching
@sachintyagi2003
@sachintyagi2003 2 ай бұрын
New knowledge 🎉
@mrinmaykhamrui4094
@mrinmaykhamrui4094 2 ай бұрын
here the time series analysis ploting wrong dates are not properly sorted!..
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
Date has not been sorted in that example, if you want sort then you can add additional column then sort accordingly
@mrinmaykhamrui4094
@mrinmaykhamrui4094 2 ай бұрын
@@ProgrammingIsFunn after creating the month_year column I apply the dt.strftime(%Y : %b) and it sorted the column as per date!!. Thank you so much for replying...I didn't realise that u read comments!!! ❤️❤️❤️
@abhisheaksaraswat-ib1of
@abhisheaksaraswat-ib1of 2 ай бұрын
@@mrinmaykhamrui4094 Thanks, I am focusing on comments, pardon in case I missed.
@mrinmaykhamrui4094
@mrinmaykhamrui4094 2 ай бұрын
​@@abhisheaksaraswat-ib1of can I connect with u on LinkedIn!! Am switching my domain from core branch to data analytics!! I could really use ur help!.🙂🙂🙂
@Explore_DataScience
@Explore_DataScience 2 ай бұрын
I found this tutorial very useful..... Appreciated.
@keeplearning9897
@keeplearning9897 2 ай бұрын
Really it is great video.... Please upload more video.... would be great if you have can more and more into the depth.
@coolsudhir8390
@coolsudhir8390 2 ай бұрын
its really helpful source available on you tube . It covers some important topics of sql in the respect of interview purpose ....... thanks for sharing
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
It's my pleasure
@deepesh7869
@deepesh7869 2 ай бұрын
It is a beneficial and informative video, with Clear Explanations and perfect coverage of the topic. Thank you for sharing & much appreciate for your effort.
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
I am glad it helps you.
@Sundar_Tenkasi
@Sundar_Tenkasi 2 ай бұрын
Nice explanation and this short code only I want to load file to table
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
I am glad this video helps you.
@dss1871
@dss1871 3 ай бұрын
I found this as excellent video on KZbin for SQL. This single 30 min video covers all the SQL concepts. Instead of wasting time searching for multiple videos, I will highly recommend watching this one. It will be incredibly helpful. Thanks for the sharing 👍👍
@ProgrammingIsFunn
@ProgrammingIsFunn 2 ай бұрын
Thank you for your kind words! I'm thrilled the video was beneficial to you.
@gcmahajan1
@gcmahajan1 3 ай бұрын
Great..
@greentea3797
@greentea3797 3 ай бұрын
Can you use the tfi transformer to compute other simulations, that aren't just words like image id.
@rommel23nb
@rommel23nb 3 ай бұрын
Dear Sir -- very good video--- please provide its transcript if possible for practice purposes. Regards
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
My machine has been changed, so I don't have those files right now. It would be great if you could write the Python code from the video directly. Moving forward, I will be uploading it to GitHub.
@arunkumarkesavan6077
@arunkumarkesavan6077 3 ай бұрын
Crystal clear bro, please post many videos 🎉
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
Sure, tell me what you are looking.
@arunkumarkesavan6077
@arunkumarkesavan6077 2 ай бұрын
@@ProgrammingIsFunn , Can you also post a video like downloading the files from the sharepoint, data cleansing and uploading the output files into the sharepoint again !!!
@LohithKumarKasula-o3j
@LohithKumarKasula-o3j 3 ай бұрын
Nice video, got good amount of Information!!
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
Glad it was helpful!
@GloriaElenaSolisSaldaña
@GloriaElenaSolisSaldaña 3 ай бұрын
Thank you sr. you saved my life
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
I'm so glad to hear that my content has had a positive impact on you!
@dss1871
@dss1871 3 ай бұрын
This video looks really interesting! Can you make more videos with Vectordb.🤗
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
Yeah, 👍🏻
@dss1871
@dss1871 3 ай бұрын
Awesome👍
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
Thanks for the visit
@keeplearning9897
@keeplearning9897 3 ай бұрын
Helpful!!!
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
I'm glad!
@anshulsoniarts
@anshulsoniarts 3 ай бұрын
Very well explained
@ProgrammingIsFunn
@ProgrammingIsFunn 3 ай бұрын
Keep watching