notebook is runnning on local host so data indirectly is downloading on our macine?
@ushush7251 Жыл бұрын
Thank you so much. This was very helpful for me
@karthick2254 Жыл бұрын
Great support for beginners like me! Thanks!
@tiger97abd Жыл бұрын
how to load train-images-idx3-ubyte datasets ?
@sobiaali4628 Жыл бұрын
thank you so much but i found a issue in 2nd row firstly i install is successfully then in 2nd row its showing erro(--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[10], line 1 ----> 1 import opendatasets as od ModuleNotFoundError: No module named 'open datasets' )
@5thSemester-z6x Жыл бұрын
best best best explanation for ever
@khaledmahrous2623 Жыл бұрын
thx
@guillaumedu20122 жыл бұрын
Thanks sir
@snzjnk46472 жыл бұрын
thanks, it was helpful
@misbashaikh62842 жыл бұрын
After so many videos this one finally helps to resolve the location error, Thank you Sir!!
@Agrawalyash10412 жыл бұрын
So first things first 1) I got an error in chunk i got an error that no such directory exists ----> Solution :- Just add one more \ in front of the file path. 2) No need to move the file .....While Importing the CSV just add the path name we got earlier in chunk four I am pasting my codes to for better understanding :- 1) import os data_dir = ".\\2022-march-laptop-data" os.listdir(data_dir) 2) laptop_df = pd.read_csv('.\\2022-march-laptop-data\Cleaned_Laptop_data.csv') laptop_df.head() Thats all great work Sir
@buci53452 жыл бұрын
Thank you Yash!
@mehmetthecon60533 ай бұрын
you are my hero brother
@Agrawalyash10413 ай бұрын
@@mehmetthecon6053 welcome brother
@KomalAher0052 ай бұрын
Still if someone gets #UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa3 in position 105202: invalid start byte. Then just write encoding = ''unicode_escape'
@ajitagalawe80282 жыл бұрын
Awesome! Thank You.
@marooki20072 жыл бұрын
After about 13 videos, this is the one that worked and I was able to download data from Kaggle showing all rows and columns. It was the little trick of moving the folder. Thank you so much for helping me with this. I can now make the model I want.Thank you!
@남혜빈-q2i2 жыл бұрын
Thank you so much!!!
@pseudorandomm2 жыл бұрын
it worked
@poojithaj44182 жыл бұрын
Thank you soo much for the detail explanation
@AbhishekKumar-tm7tr2 жыл бұрын
I am facing this type of error Skipping, found downloaded files in ".\brats2020-training-data" (use force=True to force download)
@animed54802 жыл бұрын
Thxs !!!!
@shailjamishra94233 жыл бұрын
Thank you very much!!🙏🙏
@anjaligupta-ew6ns3 жыл бұрын
Very clearly explain everything Thankyou
@anjaligupta-ew6ns3 жыл бұрын
It's very helpful sir😊
@loukmaneanlim40022 жыл бұрын
seriously
@vamsiakula6533 жыл бұрын
Helpful
@mehboob_h3 жыл бұрын
Another option is to use dir name + file name
@mehboob_h3 жыл бұрын
Good stuff. Quite useful and very clearly explained