0
Any pyspark person there
If I try below way df=spark.read.csv("path") It will load whole CSV file which has 20 columns but I want to read just 5 out of it. Is there a way??
6 ответов
0
Hey do you know about Tkinter?
0
No..
0
You know anyone who knows about Tkinter..
0
You can better search that in Discord application server where so many python experts will be there
0
Oh thanx
0
I am not familiar with PySpark, but here is a solution in pandas. You should be able to convert the pandas dataframe to whatever format you need.
https://code.sololearn.com/cumdl0qu20kx/?ref=app