Tutorial 6- Pandas,Reading CSV files With Various Parameters- Part 2

preview_player
Показать описание
Hello All,
Welcome to the Python Crash Course. In this video we will understand about Pandas library, how to read CSV files and play with different parameters

Connect with me here:

If you like music support my brother's channel

Buy the Best book of Machine Learning, Deep Learning with python sklearn and tensorflow from below
amazon url:

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

Subscribe my unboxing Channel

Below are the various playlist created on ML,Data Science and Deep Learning. Please subscribe and support the channel. Happy Learning!

You can buy my book on Finance with Machine Learning and Deep Learning from the below url

🙏🙏🙏🙏🙏🙏🙏🙏
YOU JUST NEED TO DO
3 THINGS to support my channel
LIKE
SHARE
&
SUBSCRIBE
TO MY YOUTUBE CHANNEL
Рекомендации по теме
Комментарии
Автор

i tried watching other python playlists but your way of explanation is so easy to understand thank you for this video ❤❤❤

rizf
Автор

i really dont need to academic courses with your course. so thankful. i wish more course were on your channel. for software engineering🤩

arandomwho
Автор

i regularly watch your channel i can understand your way of presenting, but i have not viewed these playlist as i am doing hit or trail job, but these gave me an idea(minute points) especially the error part...

subhashmurugesan
Автор

thank you krish naik for your support to all the beginners

vinayak
Автор

I wish, I could have liked 1000 times, but I will make sure to hit like on 514 videos till now and upcoming videos. Watched a lot of informative videos, then completed Statistic playlist of yours, now here on ML list. Hope to end this with a lot of practice till the end of this month.

debadattamishra
Автор

thank you so much sir for such a nice explanation

thehope
Автор

your tutorials are easy to understand Krish ...thank you brother

preetbenipal
Автор

Hi Can you suggest me that in which order should I go through your playlist to make my final year project (Pneumonia Detection using Machine Learning) from scratch ?

brijrajsinhgohil
Автор

Let's understand StringIO concept

a multi-line string data that mimics the contents of a CSV file. Each line represents a row in the CSV, with columns separated by commas. The \n denotes a newline, so the string represents a table with columns col1, col2, col3 and two rows of data.

The StringIO module from the io library in Python is used to treat a string as a file-like object. This is useful because pd.read_csv expects a file-like object as an argument, so we need to convert our string data into a file-like object.

MuhammadSabahatNS
Автор

pretty much simple, pretty much easy😀😀

rishabdua
Автор

thank you sir for your hardwork !!! Can you also do a video on healthcare EDA by python !

shraddhaverma
Автор

Hello
Thank you for your lectures.
Please at 5:53, what's the name of the x1-x8 columns? I didn't get the name correct. Thank you 🙏

estherjohn
Автор

Didn't understand the concept " df['a'][1] " , because the row should come first and then the column right? How come it is interchanged here?

archanaashok
Автор

Sir if we remove the comma's in the last of the 2nd and 3rd col in data .... 4 and 8 the values will not be assigned as index then... but this mistake is good we got one use acse of index_col ..i m enjoying these videos thanks

AbhishekPandey-idnb
Автор

Sir....where will i get the csv file ....i mean the mercedes benz data?
i searched it in Google but i did not get it.

itzranchal
Автор

Sir can u plz tell about edwisor
Is it good or not

akshaypratap
Автор

In kaggle the whole dataset is divided into train and test unable to import it as shown in the video . Can anyone suggest me what to do?

tanyajayanti
Автор

also if we write column a also in usecol then the values 4 and 8 will not be used as index

AbhishekPandey-idnb
Автор

hello sir, can you please tell me where i can get .csv files for practice?

sandeepdesale
Автор

What to download in kaggle datasets. Please provide link of the dataset you used

archanaashok