Hey guys how do I import a dataset using solo learn for android | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Hey guys how do I import a dataset using solo learn for android

14th Jan 2023, 7:52 PM
Hazel
2 ответов
0
host it somewhere and use the requests module to get it? Examine the code below. (The link is not working, but the file can be fetched.) copy-paste the code below in a Sololearn Python code section to try it out. import requests x = requests.get('https://w3schools.com/python/demopage.htm') print(x.text)
15th Jan 2023, 12:03 AM
Bob_Li
Bob_Li - avatar
0
This code (not mine) uses external file in Python accessed via urllib.request. OP by @Palomica Lass. very nice. please upvote the code😎 https://code.sololearn.com/cVnGIXHSD1gt/?ref=app
15th Jan 2023, 3:52 AM
Bob_Li
Bob_Li - avatar