'Name Error' Solution | Python
5:28
28 күн бұрын
Outlier Detection Part-1
8:45
7 ай бұрын
K-Means Clustering
0:25
10 ай бұрын
Stock data download python
4:44
Жыл бұрын
Пікірлер
@srilekha.a3777
@srilekha.a3777 2 ай бұрын
Thankyou sir
@hopeindatascience
@hopeindatascience Ай бұрын
You are welcome!
@thepranavswami
@thepranavswami 2 ай бұрын
thank you it really helped me
@hopeindatascience
@hopeindatascience Ай бұрын
You are welcome!
@madhusudanmandal5713
@madhusudanmandal5713 5 ай бұрын
thnks man
@eminemslim5843
@eminemslim5843 5 ай бұрын
Thx. It was my first time ever writing code and I got stuck with this silly thing.
@inamhameed4963
@inamhameed4963 5 ай бұрын
Great. Keep your content coming. I recommend.
@hopeindatascience
@hopeindatascience 4 ай бұрын
Thanks, will do!
@CSE--JUNAIDNiyaz
@CSE--JUNAIDNiyaz 5 ай бұрын
the thing is that after column transformation ,the order of the columns get changed ,sir what to do if we want to retain the order ?
@hopeindatascience
@hopeindatascience 4 ай бұрын
You may try these: # Assume you have the transformed DataFrame `transformed_df` # with possibly reordered columns # Original column order original_order = df.columns.tolist() # Reorder to match original order (assuming transformations don't change number of columns) final_df = transformed_df[original_order] or transformed_df = transformed_df.reindex(columns=original_order)
@hosseinrezazadeh9011
@hosseinrezazadeh9011 7 ай бұрын
thanks for your content. it helped me big time! ❤
@hopeindatascience
@hopeindatascience 7 ай бұрын
You are so welcome brother! ❤
@youssef_ahmed403
@youssef_ahmed403 7 ай бұрын
hi
@hopeindatascience
@hopeindatascience 7 ай бұрын
Hi Youssef
@AviDubey-o9c
@AviDubey-o9c 8 ай бұрын
Thanks This helped me
@hopeindatascience
@hopeindatascience 8 ай бұрын
Glad it helped
@art_gallery1024
@art_gallery1024 9 ай бұрын
Thank you
@hopeindatascience
@hopeindatascience 9 ай бұрын
you are welcome
@samratdutta3366
@samratdutta3366 10 ай бұрын
i'm getting this error even in the first line i have imported pandas
@hopeindatascience
@hopeindatascience 10 ай бұрын
hi, I think you might be getting error as Module Not Found Error: No Module name pandas. Here, my friend, you may need to install pandas library first using !pip install pandas and then run import pandas as pd. If you are using pycharm or any IDE then you may simply install pip install pandas in terminal. This should solve the error. If you need more clarity then you can watch my another video, here is the link. kzbin.info/www/bejne/mJWaq2N8Zq-fnrs
@gratiamerancio9589
@gratiamerancio9589 Жыл бұрын
✅ P r o m o S M
@riskiwulandariputri9534
@riskiwulandariputri9534 Жыл бұрын
thank u very much sir, this video really helped me in working on my thesis
@hopeindatascience
@hopeindatascience Жыл бұрын
You are most welcome, glad to hear that. Let me know which topics would be helpful for you so I will create videos on those topics for you 🙂
@Doggy_Styles_Coding
@Doggy_Styles_Coding Жыл бұрын
Data Science is awsome <3
@JustPython
@JustPython Жыл бұрын
nice
@hopeindatascience
@hopeindatascience Жыл бұрын
Thanks
@MonaliRaut-t5h
@MonaliRaut-t5h Жыл бұрын
Nice explanation
@evangeloskremmydas824
@evangeloskremmydas824 Жыл бұрын
iwhat would be the way to draw a barchart in python of the observed VS the expected values of this Chi squared test ?
@johnmlekwa1932
@johnmlekwa1932 Жыл бұрын
Simple and clear explanation✅
@hopeindatascience
@hopeindatascience Жыл бұрын
Thank you 🙂
@LalitKumar-v2b6g
@LalitKumar-v2b6g Жыл бұрын
Please correct the picture....it is too blurred to understand