Resolved! Py Spark Pandas Code diff
Hi Can you help me why Pandas code not working..but Pyspark is working..import pandas as pdpdf = pd.read_csv('/FileStore/tables/new.csv',sep=',')Error : No such file exists...below is worked..df = spark.read.csv("/FileStore/tables/new.csv", sep=",", ...
- 1892 Views
- 4 replies
- 2 kudos
Latest Reply
Hi @Rafael Rockenbach​ and @Hubert Dudek​ , It was so nice to have your response. Thank you for the time you put into our community. I really want you to know how much we appreciate that.
- 2 kudos