Pandas functions: merge vs. join vs. concat

  Рет қаралды 27,403

Mısra Turp

Mısra Turp

Күн бұрын

Пікірлер
@misraturp
@misraturp 2 жыл бұрын
Which Pandas functions would you like me to compare/explain next?
@YogiNotTheBear007
@YogiNotTheBear007 2 жыл бұрын
hi, could you please explain cut, apply and map?
@misraturp
@misraturp 2 жыл бұрын
@@YogiNotTheBear007 Added to the list! Thank you!
@arshad1781
@arshad1781 2 жыл бұрын
Make a complete video series A to Z step by step on Data science, Machine learning, Deep learning like hot 🔥 topic
@misraturp
@misraturp 2 жыл бұрын
@@arshad1781 Good idea, thanks Arshad!
@zulhishamtan4308
@zulhishamtan4308 10 ай бұрын
Merge_asof() is awesome for time series merging. Hope you can consider to make a video for it. Thanks again.
@mosama22
@mosama22 9 ай бұрын
Do you know what I really LOVE about your videos, you COVER THE WHOLE TOPIC, so if we talking about reshaping for example you mentioned all the 8 functions could be used and then you chose. Having the full picture really helps a lot. Even if you are an expert, going back to your videos, sometimes help remind us what other options do we have, or what other functions we might forget about.
@mosama22
@mosama22 9 ай бұрын
Thank you for the beautiful videos, I'd just appreciate if you added a link to the data set and the notebook you use for each video please, so we can follow up with you. Thanks a million again for the beautiful videos 🙂
@bethuelthipe-moukangwe7786
@bethuelthipe-moukangwe7786 Жыл бұрын
The lessons about pandas are now making sense to me, especially on how to use groupby, apply ,apply map and lambda function. Big thanks Ms Misra Turp.
@building_products
@building_products Жыл бұрын
Thank you Misra. Great explanation on the Pandas functions: merge vs. join vs. concat. One comment I would make about using pd.set_options('display.max_rows', None) and pd.set_options('display.max_columns', None); If your dataset is large, you run the risk of crushing your notebook, and you would have to go through a process to fix it.
@Xirato95
@Xirato95 2 жыл бұрын
Thank you for your clear explanations! I love it how you explain it while using a simple example and go through it step by step. I’m new to Python and Pandas library and while looking up different functions the explanations can be a little bit overwhelming. You made this noobie prove! Keep up the good work and much appreciated!
@misraturp
@misraturp 2 жыл бұрын
This is awesome to hear, you're welcome!
@gaganbhattacharya9890
@gaganbhattacharya9890 Жыл бұрын
I didn't know what does ''left_on & right_on' means in merge & the difference between merge & join but now I understand! Thanks!
@kentjordan4658
@kentjordan4658 Жыл бұрын
May you provide the dataset? Thanks! 😄
@GregThatcher
@GregThatcher 8 ай бұрын
Thanks!
@misraturp
@misraturp 8 ай бұрын
Thank you!
@عبدالرحمنجمعه-ذ6ظ
@عبدالرحمنجمعه-ذ6ظ 18 күн бұрын
You are amazing, your videos are better than Google's professional certificate videos, really, big like and subscribe ❤
@harishpoalampalli9637
@harishpoalampalli9637 Жыл бұрын
Hey Turp !! great explanantion !! Is it possibe to provide the data sets !! Thanks
@avirajankitjain256
@avirajankitjain256 Жыл бұрын
Hi , where is the data set?
@loordgo8772
@loordgo8772 2 жыл бұрын
thanx for the video. what about Merge Conflict? can be detected using Pandas?
@SESHUNITR
@SESHUNITR 2 жыл бұрын
loved it Misra. clear explanation and a quick reference if we forget.
@misraturp
@misraturp 2 жыл бұрын
Great to hear!
@domillima
@domillima Жыл бұрын
When you merge left_on='ID', right_on='ID2'.. two columns of different names with the same IDs, is there a way to drop one of these, other than adding .dop(col_name) at the end? thanks
@blackpenny9628
@blackpenny9628 Жыл бұрын
great...concise and straight
@mariaclaraceballos3488
@mariaclaraceballos3488 2 жыл бұрын
thanks for the explanation! what happens if we use the function concat with 2 dataframes that have repeated data, i mean an ID that is in both dataframes?
@ahmedalhomeidy
@ahmedalhomeidy 2 жыл бұрын
clear explanation and precise and on to the point, I love it
@misraturp
@misraturp 2 жыл бұрын
Thank you!
@vaibhavk2430
@vaibhavk2430 2 жыл бұрын
In streamlit can you implement direction feature like we have in google maps i.e. we choose our starting point and ending point and and there is a direction showing the way
@misraturp
@misraturp 2 жыл бұрын
I don't think so but then again I never tried doing that.
@ArunKumar-sc9dl
@ArunKumar-sc9dl 2 жыл бұрын
Thank you, very simple explanation.
@misraturp
@misraturp 2 жыл бұрын
You're welcome!
@86Maryj
@86Maryj 2 жыл бұрын
Hi can you please help to do pivot with multiple sheets
@khemrajpatil5683
@khemrajpatil5683 2 жыл бұрын
Thanks for the vide!. It gives me clarity.
@misraturp
@misraturp 2 жыл бұрын
You're welcome!
@zulhishamtan4308
@zulhishamtan4308 10 ай бұрын
Thank you for the sharing... Awesome... I learnt a lot...
@bryan-9742
@bryan-9742 2 жыл бұрын
I never got sent any of the cheat sheets. Are you sure that links is still functioning?
@misraturp
@misraturp 2 жыл бұрын
Hey Bryan, it should still be working. Could you check your spam folder. I see that someone with the name Bryan submitted the form but never confirmed their email. (Don't want to share the last name here but that could be you). Either way, if you cannot find the mail in your spam folder, you can get it here too: misraturp.gumroad.com/l/pandascs
@CultureofSpeech
@CultureofSpeech 2 ай бұрын
Bravo 👏 Maestro 👏 Lit 🌠 Impressive 😍
@nicknicknick7860
@nicknicknick7860 2 жыл бұрын
Nailed the explanation, thank youu!
@misraturp
@misraturp 2 жыл бұрын
You're welcome :)
@ashwinr1407
@ashwinr1407 2 жыл бұрын
clear and informative ! thanks.
@misraturp
@misraturp 2 жыл бұрын
You're very welcome
@AmitMishra-xd7yo
@AmitMishra-xd7yo 2 жыл бұрын
Thanks! It's pretty useful!
@misraturp
@misraturp 2 жыл бұрын
Great to hear!
@vijhey3850
@vijhey3850 2 жыл бұрын
wheres video for group by ()?
@misraturp
@misraturp 2 жыл бұрын
Good idea!
@tusharwarade4603
@tusharwarade4603 Жыл бұрын
plz add datasets used in this video😊😊
@ahamedsuhails
@ahamedsuhails Жыл бұрын
Thank you
@ishanseth4442
@ishanseth4442 11 ай бұрын
Thanks a lot
@batyratayev2230
@batyratayev2230 Жыл бұрын
Thanks @misraturp!
@abinetayele7901
@abinetayele7901 2 жыл бұрын
Perfect video.
@misraturp
@misraturp 2 жыл бұрын
Glad you think so!
@vigneshm4916
@vigneshm4916 2 жыл бұрын
Great video !
@misraturp
@misraturp 2 жыл бұрын
Thank you!
@arshad1781
@arshad1781 2 жыл бұрын
Nice 👍
@misraturp
@misraturp 2 жыл бұрын
Thanks!
@busrauygun1158
@busrauygun1158 Жыл бұрын
Videolarınıza Türkçe altyazı ekleseniz Türkler de bu nimetten faydalansa çok güzel olmaz mı
@sanooosai
@sanooosai 2 жыл бұрын
rocker
@chethanhv3125
@chethanhv3125 Жыл бұрын
thanks @misra Turp
@misraturp
@misraturp Жыл бұрын
You're very welcome!
@kennethstephani692
@kennethstephani692 Жыл бұрын
Great video!!
@misraturp
@misraturp Жыл бұрын
Thanks!
@anurajms
@anurajms Жыл бұрын
thank you
Pandas Functions: Three Ways to Use the Apply Function
12:11
Mısra Turp
Рет қаралды 21 М.
How to combine DataFrames in Pandas | Merge, Join, Concat, & Append
13:40
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
Pandas Functions: Apply vs. Map vs. Applymap
11:53
Mısra Turp
Рет қаралды 28 М.
Event-Driven Architecture (EDA) vs Request/Response (RR)
12:00
Confluent
Рет қаралды 177 М.
Using Data Visualization to Identify Data Problems
12:27
Mısra Turp
Рет қаралды 3,1 М.
Merging DataFrames in Pandas | Python Pandas Tutorials
22:09
Alex The Analyst
Рет қаралды 121 М.
Make Your Pandas Code Lightning Fast
10:38
Rob Mulla
Рет қаралды 188 М.
How to use the Pandas GroupBy function | Pandas tutorial
19:03
Mısra Turp
Рет қаралды 31 М.
How to Reshape Dataframes | Pivot, Stack, Melt and More
12:49
Mısra Turp
Рет қаралды 27 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН