I was in a long trouble modifying a csv file, and I used the logic of your code to solve my issue ! THANK YOU. My god, hours of pain for that. What a relief.
@jasinAmsterdam19763 жыл бұрын
Thank you so much. I just started my journey with python and just want to learn it for personal use. I really get what you are explaining here, and my brain is already drunk with the possibilities. I never knew that I could get excited about programming 😄
@SaturnLady2 ай бұрын
Thank you sooo so much hope every day of your life will be brilliant and all of your wishes come true
@Blu3wonder3 жыл бұрын
Cheers for being so thorough! Hate not understanding WHY the code I'm typing works. Now Subscribed!
@TechMarketer3 жыл бұрын
Kirs, it's great tutorial - you show how things works and explain what is around. Thank you very much.
@WajidKhan-gn3hj4 жыл бұрын
Your explanation are very clear thanks for making them. It will help me alot.
@mehmedkukavica80762 жыл бұрын
Super demonstration.Thank you!
@higiniofuentes2551 Жыл бұрын
Thank you for this very useful video!
@MayelPelle2 жыл бұрын
Exactly what I need !
@connershafer69184 жыл бұрын
What if I needed to take a column of a csv file and count how many times a word occurs?
@farhanahmad59343 жыл бұрын
Thanks, great video !
@bernardinojr.delacruz59283 жыл бұрын
I really appreciate this. Thank you so much!
@takudzwaherbertmakopa44782 жыл бұрын
what if the dictionaries are not the same in terms of [str, float ] format and some are even [str, str] format????
@CaseySmith-d5v5 ай бұрын
What if I want to keep the first column as a string and convert the following columns to floats?
@johnaweiss11 ай бұрын
How can you look up key/value pairs without looping?
@christopherjspiteri3 жыл бұрын
How can we skip a header row in the csv file? i keep getting this: ValueError: could not convert string to float: 'Part' The word 'Part' is the first word in the csv file header.
@ajl2403 жыл бұрын
did you figure this out mate?
@brijeshsamal70353 жыл бұрын
the "next" function helps you with that.
@zzxp13 жыл бұрын
But how do you do that when you want to convert different types of data in each row. Lets say one column has a boolean, another an int, and another a string?
@2hazeleyes Жыл бұрын
Is the dictionary reader built in to the most recent version of python?
@higiniofuentes2551 Жыл бұрын
If the separator is not comma, something to be done to indicate that? Thank you!
@natedickinson6489 Жыл бұрын
How does the terminal printout work? around minute 7?
@propilot74282 жыл бұрын
Great thank you!
@christophercarr58653 жыл бұрын
Check out the Rainbow CSV extension for VS Code. Makes csv files more human eyeball parseable.
@Cos3D2 жыл бұрын
how can we change a number in csv without it making the csv file unreadable ?
@damegaye30513 жыл бұрын
Cool vidéo 😍 But how i do i want to print a single line by searching by the "precipitation" value for exemple ?
@mikailstar42703 жыл бұрын
Simple and useful
@sameerpal24742 жыл бұрын
Can we read columns of xml file which is inside csv file in python please reply
@xakeppro.5483 жыл бұрын
Thanks man
@karthikrajamony60443 жыл бұрын
Could you please share which theme and font you used in this video for VS Code
@KrisJordan3 жыл бұрын
Shades of Purple!
@karthikrajamony60443 жыл бұрын
@@KrisJordan thank you
@nadiarusiecki5785 Жыл бұрын
15:00 the day Apophis collided with earth
@tien93963 жыл бұрын
I give u 1 sub :)
@ssenyangeraymod2047 Жыл бұрын
Your video is not good for beginners
@dv50602 жыл бұрын
THERE IS NO NEED TO EXPLAIN A MILLION TIMES WHAT CSV´S ARE....