Thx. It was my first time ever writing code and I got stuck with this silly thing.
@inamhameed49635 ай бұрын
Great. Keep your content coming. I recommend.
@hopeindatascience4 ай бұрын
Thanks, will do!
@CSE--JUNAIDNiyaz5 ай бұрын
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 ?
@hopeindatascience4 ай бұрын
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)
@hosseinrezazadeh90117 ай бұрын
thanks for your content. it helped me big time! ❤
@hopeindatascience7 ай бұрын
You are so welcome brother! ❤
@youssef_ahmed4037 ай бұрын
hi
@hopeindatascience7 ай бұрын
Hi Youssef
@AviDubey-o9c8 ай бұрын
Thanks This helped me
@hopeindatascience8 ай бұрын
Glad it helped
@art_gallery10249 ай бұрын
Thank you
@hopeindatascience9 ай бұрын
you are welcome
@samratdutta336610 ай бұрын
i'm getting this error even in the first line i have imported pandas
@hopeindatascience10 ай бұрын
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 Жыл бұрын
✅ P r o m o S M
@riskiwulandariputri9534 Жыл бұрын
thank u very much sir, this video really helped me in working on my thesis
@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 Жыл бұрын
Data Science is awsome <3
@JustPython Жыл бұрын
nice
@hopeindatascience Жыл бұрын
Thanks
@MonaliRaut-t5h Жыл бұрын
Nice explanation
@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 Жыл бұрын
Simple and clear explanation✅
@hopeindatascience Жыл бұрын
Thank you 🙂
@LalitKumar-v2b6g Жыл бұрын
Please correct the picture....it is too blurred to understand