How to Load a Data Set in Jupyter Notebook | Import Data Set in Python using Seaborn Library

How to Load a Data Set in Jupyter Notebook | Import Data Set in Python using Seaborn Library

Machine Mantra

4 года назад

9,489 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Abdullah AL NMR
Abdullah AL NMR - 16.06.2023 21:03

hi , thank you for the video . I have a dataset type like "train-images-idx3-ubyte" . do you know how to load it ?

Ответить
PavanKalyan
PavanKalyan - 25.05.2023 19:20

thank u akka for ur thing

Ответить
Prashant Galav
Prashant Galav - 10.12.2022 12:29

df=sns.load_dataset( 'iris')
df.head()

URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>

it shows this type of error when we load the data from seaborn.please resolve it


Ответить
Saad Dar
Saad Dar - 18.10.2022 03:44

hy mam can we use other data set in seaborn manually???

Ответить
Vandit singh chikara
Vandit singh chikara - 12.10.2022 13:16

Thank you so much for this help❤

Ответить
Damini Mishra
Damini Mishra - 23.07.2022 20:00

Thanku so much u don't know how much u have helped me
God bless u

Ответить
Ghenna Suraksit Lockers Finance
Ghenna Suraksit Lockers Finance - 06.06.2021 15:33

thanks for knowledge you provided in your tutorials

Ответить
Abhishek Ranjan
Abhishek Ranjan - 26.04.2021 08:51

how to load the external dataset via seaborn????????????? please tell........!!!!!!!!!!!

Ответить
Chris Hunter
Chris Hunter - 05.02.2021 20:56

Thank you for the help. You're the best

Ответить
Android Windows
Android Windows - 20.11.2020 11:19

If you want to load an entire new dataset then first read it with panda
data=pd.read_csv("E:\d\pubg.csv")
then use the seaborn functions on 'data' directly no need to load
eg; sns.distplot(data['kills'])

Ответить
Kamlesh Sharma
Kamlesh Sharma - 14.11.2020 15:54

Thanks for the video

Ответить
Subhajit Choudhury
Subhajit Choudhury - 10.08.2020 15:26

Hi Priyanka, seaborn uses preset data by calling the function "sns.get_dataset_names()" & dots = sns.load_dataset('dots'). How can I load a new csv file to seaborn without going to the Github. Kindly explain...!!!

Ответить
Karthik Ramasamy
Karthik Ramasamy - 08.08.2020 06:22

How can I load new csv dataset to seaborn?

Ответить
Vicky Kandpal
Vicky Kandpal - 13.07.2020 18:02

Well explained mam

Ответить
Rohit Kumar
Rohit Kumar - 18.06.2020 05:37

Thanks

Ответить