How to take datasets from kaggle if I wanted to use them on sololearn...as I'm using sololearn in android. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to take datasets from kaggle if I wanted to use them on sololearn...as I'm using sololearn in android.

I'm not able to take ".csv" file in mobile....is there any way to resolve this .

19th Oct 2021, 6:08 AM
Ur Smile
5 Answers
+ 1
I know this... I'm not asking how to read or import.... I'm asking how would I get that https://csv- file from internet ...is that possible on kaggle or any other platform
19th Oct 2021, 6:37 AM
Ur Smile
+ 1
I want to use other dataset in place of titanic.csv
19th Oct 2021, 6:38 AM
Ur Smile
+ 1
Ok I'll try this thanks
19th Oct 2021, 6:47 AM
Ur Smile
0
U can do like this import pandas as pd df = pd.read_csv('https://sololearn.com/uploads/files/titanic.csv') print(df.head(10))
19th Oct 2021, 6:33 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Or you can download file and generate link then try may be it will work
19th Oct 2021, 6:42 AM
A S Raghuvanshi
A S Raghuvanshi - avatar