<?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: Writing a CSV from Python Notebook in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649786#M11661</link>
    <description>&lt;P&gt;creating and sharing csv's&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/csv-gpx.htm" target="_blank"&gt;CSV, TXT, and GPX files—ArcGIS Online Help | Documentation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Sep 2025 16:40:58 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2025-09-11T16:40:58Z</dc:date>
    <item>
      <title>Writing a CSV from Python Notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649778#M11660</link>
      <description>&lt;P&gt;In ArcGIS Online, I would like to create a CSV from a data frame in ArcGIS API for Python using .to_csv, however I don't know where to access the result.&amp;nbsp; For example, the code below should write the file "output.csv" somewhere.&amp;nbsp; It doesn't create an error, but I cannot see it listed in AGOL.&amp;nbsp; I've also tried my folder names created in AGOL, but don't see the CSV listed.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import pandas as pd
df = pd.DataFrame({'A': [1, 2], 'B': [3, 4]})
df.to_csv('output.csv', index=False)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 16:17:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649778#M11660</guid>
      <dc:creator>JerryDavis</dc:creator>
      <dc:date>2025-09-11T16:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a CSV from Python Notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649786#M11661</link>
      <description>&lt;P&gt;creating and sharing csv's&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/arcgis-online/reference/csv-gpx.htm" target="_blank"&gt;CSV, TXT, and GPX files—ArcGIS Online Help | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 16:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649786#M11661</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2025-09-11T16:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a CSV from Python Notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649848#M11662</link>
      <description>&lt;P&gt;In an ArcGIS Notebook, in ArcGIS Online, the file system is accessible from the Files menu.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Files_menu_notebook.png" style="width: 940px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140277i3BBF9F5F28CC6913/image-size/large?v=v2&amp;amp;px=999" role="button" title="Files_menu_notebook.png" alt="Files_menu_notebook.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can save to the default location, or import the OS module in Python and make new folders, work with paths, like you would locally.&lt;/P&gt;&lt;P&gt;See this for example:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.arcgis.com/home/item.html?id=fe8a61ca94c54e6e8e62c2faed0b68cf#preview" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=fe8a61ca94c54e6e8e62c2faed0b68cf#preview&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 19:07:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649848#M11662</guid>
      <dc:creator>BobBooth1</dc:creator>
      <dc:date>2025-09-11T19:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Writing a CSV from Python Notebook</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649953#M11663</link>
      <description>&lt;P&gt;Fabulous, helps immensely.&amp;nbsp; Don't know why I never noticed that little Files button....&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 03:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/writing-a-csv-from-python-notebook/m-p/1649953#M11663</guid>
      <dc:creator>JerryDavis</dc:creator>
      <dc:date>2025-09-12T03:11:26Z</dc:date>
    </item>
  </channel>
</rss>

