The best video...i was searching in so many videos here and thanks to you I'm done:) MANY WISHESSSSS
@michaelmiachel18322 жыл бұрын
Thank you! I've watched a lot of videos, but it was yours that helped me at a certain point👍
@amaanraza27042 жыл бұрын
Explanation with rationale as to why we do it a certain way is exemplary
@7Dikano2 жыл бұрын
Hi, thank you! I have a problem while trying to convert 'missing' to int I have this error (IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer). Also my vs Code ipynb file won't recognise Int64: ..errors='coerce').astype(Int64)
@mahboobalam56892 жыл бұрын
It's a nicely explained tutorial. 👍
@darksider82075 ай бұрын
can anyone explain at money col he replaces everything with empty string but i have loss which is indicated by - how can i keep the - sign for indicatiing loss and change its type to nu[meric ??
@experiencewithgeoffrey3 жыл бұрын
Thank you so much for this! :)
@ChartExplorers3 жыл бұрын
You're Welcome!
@arunimav65922 жыл бұрын
How to find out which of the columns are having a datatype object and convert them to string type ...i mean not specifically mentioning the column name..but by iterating and taking them automatically...PLS REPLY
@unknown72612 жыл бұрын
Hello, I just want to ask what to do if a dataframe is displaying 1,500 even if the value on the excel is 1,500.00
@ChartExplorers2 жыл бұрын
When you read in the excel file you can specify the data type (dtype) of the column df = pd.read_excel('excel_file.xlsx', dtype={'col_a': float, 'col_d':float}) If your column of numbers has commas in (1,500.00) it you will have to read in the file, remove the commas and any other symbols and then convert to float. If you want two decimal places you can change it for the entire dataframe with the following pd.options.display.float_format = "{:,.2f}".format
@miketruong08083 жыл бұрын
Can you share the link to the video for converting column to datetime? It's not in your descriptions
@ChartExplorers3 жыл бұрын
Hi Mike, thanks for letting me know! I had forgotten to add the link kzbin.info/www/bejne/nGivgHeBfs-nl6M
@miketruong08083 жыл бұрын
@@ChartExplorers thank you. Your video was very helpful by the way
@ChartExplorers3 жыл бұрын
Thanks! I'm glad it helped (it makes it feel worth it when I know it actually helps out).
@mrmuranga4 жыл бұрын
nice and short..thanks
@sergio_bandera2 жыл бұрын
Thank youuuuuuuuuuuuuuuuuuuu!!!!!!!!!!!!!!!!!!!!
@mr.sakshamjolly89722 жыл бұрын
really helpful bro... thanks for creating this video
@brandonjones53263 жыл бұрын
Thanks for this!
@ChartExplorers3 жыл бұрын
You're welcome! :D
@honest_review24922 жыл бұрын
How to convert high and low in float
@honest_review24922 жыл бұрын
It is not working with any of your suggestions please help
@abdelrhmansayed340 Жыл бұрын
Thanks so much it is very informative.
@ridoychandraray24132 жыл бұрын
Very helpful
@artibhardwaj50353 жыл бұрын
Thanks alot u save my life
@ChartExplorers3 жыл бұрын
You're welcome, I'm glad it helped!
@shubhamjami53414 жыл бұрын
Thank you so much bro
@robiatuladawiyahal-qosh29162 жыл бұрын
Thank you!
@ameysonawane3 жыл бұрын
thank you so much..!!
@ChartExplorers3 жыл бұрын
Did you figure out your error?
@ameysonawane3 жыл бұрын
@@ChartExplorers yes.. thanks again.!
@QuietPenguinGaming3 жыл бұрын
You completely skipped over the only column I cared about (missing) by saying "now we should be fully equipped to deal with this on our own". Abysmal tutorial and teacher.