<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Exporting R data frame variable in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12015#M6888</link>
    <description>&lt;P&gt;Yes!&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 19:03:06 GMT</pubDate>
    <dc:creator>Brave</dc:creator>
    <dc:date>2023-01-17T19:03:06Z</dc:date>
    <item>
      <title>Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12010#M6883</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to export R data frame variable as csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this formula:&lt;/P&gt;&lt;P&gt;df&amp;lt;- data.frame(VALIDADOR_FIM)&lt;/P&gt;&lt;P&gt;df.coalesce(1).write.format("com.databricks.spark.csv").option("header", "true").save("dbfs:/FileStore/df/df.csv")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But isn´t working. How can this as export a csv file?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 20:14:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12010#M6883</guid>
      <dc:creator>Brave</dc:creator>
      <dc:date>2023-01-13T20:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12011#M6884</link>
      <description>&lt;P&gt;Please try to execute write.csv with the following path instead:&lt;/P&gt;&lt;P&gt;&lt;I&gt;write.csv(TotalData,file='/dbfs/tmp/&lt;/I&gt;df.csv&lt;I&gt;',row.names = FALSE)&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;%fs ls /tmp&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2023 09:18:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12011#M6884</guid>
      <dc:creator>sher</dc:creator>
      <dc:date>2023-01-14T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12013#M6886</link>
      <description>&lt;P&gt;Hi @sherbin w​&amp;nbsp;tanks for Help! Now how i can acess this .csv to download?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed:&lt;/P&gt;&lt;P&gt;%fs ls /tmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read.df(path = "/tmp/VALIDADOR_FIM.csv")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but both didn´t worked.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 12:26:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12013#M6886</guid>
      <dc:creator>Brave</dc:creator>
      <dc:date>2023-01-17T12:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12014#M6887</link>
      <description>&lt;P&gt;@FELIPE VALENTE​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mean local download ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 18:24:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12014#M6887</guid>
      <dc:creator>sher</dc:creator>
      <dc:date>2023-01-17T18:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12015#M6888</link>
      <description>&lt;P&gt;Yes!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 19:03:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12015#M6888</guid>
      <dc:creator>Brave</dc:creator>
      <dc:date>2023-01-17T19:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting R data frame variable</title>
      <link>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12016#M6889</link>
      <description>&lt;P&gt;I don't think that will be possible in databricks. may be i wrong.&lt;/P&gt;&lt;P&gt;But what I did was mount s3 put that CSV file there and download it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 03:56:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/exporting-r-data-frame-variable/m-p/12016#M6889</guid>
      <dc:creator>sher</dc:creator>
      <dc:date>2023-01-18T03:56:03Z</dc:date>
    </item>
  </channel>
</rss>

