<?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: Convert scientific notation text to double? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-scientific-notation-text-to-double/m-p/587729#M25880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You added a new double field to the table?&lt;/P&gt;&lt;P&gt;You tried... using the field calculator, python parser to convert from string to float/double? and it didn't work&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;float("9.99E-3")
Out[1]: 0.00999&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or you you have some &amp;lt;null&amp;gt; records in the table/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;float&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!your_fieldname_here!&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;may be the ticket if you just query for records that are not null... otherwise a code block will be needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 01:15:09 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-12T01:15:09Z</dc:date>
    <item>
      <title>Convert scientific notation text to double?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-scientific-notation-text-to-double/m-p/587728#M25879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a point file with 237k points, and I want to convert a text field containing scientific notation values (i.e 9.99E-3) to a double value field. I'm having issues finding a tool or code to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone know of an easy way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 18:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-scientific-notation-text-to-double/m-p/587728#M25879</guid>
      <dc:creator>RyanHowell1</dc:creator>
      <dc:date>2019-02-07T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert scientific notation text to double?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-scientific-notation-text-to-double/m-p/587729#M25880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You added a new double field to the table?&lt;/P&gt;&lt;P&gt;You tried... using the field calculator, python parser to convert from string to float/double? and it didn't work&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;float("9.99E-3")
Out[1]: 0.00999&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or you you have some &amp;lt;null&amp;gt; records in the table/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;float&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;!your_fieldname_here!&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;may be the ticket if you just query for records that are not null... otherwise a code block will be needed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:15:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-scientific-notation-text-to-double/m-p/587729#M25880</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T01:15:09Z</dc:date>
    </item>
  </channel>
</rss>

