by
Brave
• New Contributor II
- 3948 Views
- 5 replies
- 3 kudos
Hi all.I am trying to export R data frame variable as csv file.I am using this formula:df<- data.frame(VALIDADOR_FIM)df.coalesce(1).write.format("com.databricks.spark.csv").option("header", "true").save("dbfs:/FileStore/df/df.csv")But isn´t working. ...
- 3948 Views
- 5 replies
- 3 kudos
Latest Reply
sher
Valued Contributor II
Please try to execute write.csv with the following path instead:write.csv(TotalData,file='/dbfs/tmp/df.csv',row.names = FALSE)%fs ls /tmp
4 More Replies
by
SQL_DB
• New Contributor II
- 2148 Views
- 1 replies
- 1 kudos
Is it possible to schedule refresh and share a csv format of a table visual in a dashboard? Also, is it possible to share only one visual in a dashboard when there are more than one?
- 2148 Views
- 1 replies
- 1 kudos
Latest Reply
Hi @Sujitha Bommayan​ Hope everything is going great.Does @Kaniz Fatma​ response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly?We'd love to hear from you.Thanks!