<?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 Error when using gis.content.import_data in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-using-gis-content-import-data/m-p/772675#M800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I was trying to import a pandas dataframe which contained information about coordinates to use in a layer. However I got the message:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;The maximum number of records allowed (1000) has been exceeded.

This is my code, I am using Jupyter Notebook. 
coord = all_data[['LATITUDE','LONGITUDE']]
imp = gis.content.import_data(coord)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 08:38:48 GMT</pubDate>
    <dc:creator>MadhavaPaliyam</dc:creator>
    <dc:date>2021-12-12T08:38:48Z</dc:date>
    <item>
      <title>Error when using gis.content.import_data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-using-gis-content-import-data/m-p/772675#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I was trying to import a pandas dataframe which contained information about coordinates to use in a layer. However I got the message:&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;The maximum number of records allowed (1000) has been exceeded.

This is my code, I am using Jupyter Notebook. 
coord = all_data[['LATITUDE','LONGITUDE']]
imp = gis.content.import_data(coord)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-using-gis-content-import-data/m-p/772675#M800</guid>
      <dc:creator>MadhavaPaliyam</dc:creator>
      <dc:date>2021-12-12T08:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using gis.content.import_data</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-using-gis-content-import-data/m-p/772676#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/369393"&gt;Madhava Paliyam&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your issue might have something to do with the &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;maxRecordCount&lt;/SPAN&gt; of the feature service you are accessing. This value defaults to 1,000 but can be increased if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the number of records you try to import there are two possible solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Increase the value of &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;maxRecordCount,&lt;/SPAN&gt; following the instructions given here: &lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000012383" title="https://support.esri.com/en/technical-article/000012383"&gt;How To: Update the maximum record count for feature services in ArcGIS Online&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Alternatively you can loop over the data and import them in batches of a thousand records at the time.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egge-Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 08:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-when-using-gis-content-import-data/m-p/772676#M801</guid>
      <dc:creator>Egge-Jan_Pollé</dc:creator>
      <dc:date>2019-07-11T08:56:01Z</dc:date>
    </item>
  </channel>
</rss>

