Hey guys how do I import a dataset using solo learn for android | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

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

14th Jan 2023, 7:52 PM
Hazel
3 Answers
+ 1
Not all imports are supported in sololern. But you can try: @import
14th Jan 2023, 7:56 PM
Knight
Knight - avatar
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