<?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: SAS Enterprise Miner importation problem in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274451#M4081</link>
    <description>&lt;P&gt;Yes, I think you need to change the '?'s to '.'s for the missing values.&amp;nbsp; The '?' makes it think those columns are character instead of numeric, so that's why it will only allow the level to be nominal.&amp;nbsp; Hope that helps (and let me know if that doesn't work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Jun 2016 18:39:04 GMT</pubDate>
    <dc:creator>WendyCzika</dc:creator>
    <dc:date>2016-06-01T18:39:04Z</dc:date>
    <item>
      <title>SAS Enterprise Miner importation problem</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274329#M4078</link>
      <description>&lt;P&gt;Hello, I'm trying to import a .csv file (&lt;A href="https://www.dropbox.com/s/0re4cp57u0pqlxx/iris_missing.csv?dl=0" target="_self"&gt;click here to download&lt;/A&gt;) in SAS EM 14.1. There are 4 continous variables, with missing values marked by ?, and 1 nominal variable, but the program sets them as nominals and it let me change their levels to anything but continuos. Probably is ?'s fault. What can I do to fix this problem? Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S.: I had to set the delimiter character to ; before importing&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 09:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274329#M4078</guid>
      <dc:creator>MaVe</dc:creator>
      <dc:date>2016-06-01T09:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner importation problem</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274451#M4081</link>
      <description>&lt;P&gt;Yes, I think you need to change the '?'s to '.'s for the missing values.&amp;nbsp; The '?' makes it think those columns are character instead of numeric, so that's why it will only allow the level to be nominal.&amp;nbsp; Hope that helps (and let me know if that doesn't work).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 18:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274451#M4081</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-06-01T18:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner importation problem</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274483#M4082</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14512"&gt;@WendyCzika&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Yes, I think you need to change the '?'s to '.'s for the missing values.&amp;nbsp; The '?' makes it think those columns are character instead of numeric, so that's why it will only allow the level to be nominal.&amp;nbsp; Hope that helps (and let me know if that doesn't work).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you very much for the tip, it worked! I had to edit the file manually entry-by-entry, because in Excel when I tried to make the replace function (the one next to search) substitute the "?"s with "."s, the program replaced every character of every cell with ".". I was lucky the missing values were just ~20 and the dataset was small, so there was only a little manual work, but I wonder how to replace automatically in .csv files with Excel.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274483#M4082</guid>
      <dc:creator>MaVe</dc:creator>
      <dc:date>2016-06-01T20:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner importation problem</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274525#M4083</link>
      <description>&lt;P&gt;It looks like you need to escape the ? with a tilde when you do the Replace in Excel, so enter&lt;/P&gt;
&lt;P&gt;~?&lt;/P&gt;
&lt;P&gt;in the &lt;STRONG&gt;Find&lt;/STRONG&gt; &lt;STRONG&gt;what&lt;/STRONG&gt; field.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 01:44:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274525#M4083</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2016-06-02T01:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Miner importation problem</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274595#M4084</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/14512"&gt;@WendyCzika&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It looks like you need to escape the ? with a tilde when you do the Replace in Excel, so enter&lt;/P&gt;&lt;P&gt;~?&lt;/P&gt;&lt;P&gt;in the &lt;STRONG&gt;Find&lt;/STRONG&gt; &lt;STRONG&gt;what&lt;/STRONG&gt; field.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you very much again for the support!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 10:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Enterprise-Miner-importation-problem/m-p/274595#M4084</guid>
      <dc:creator>MaVe</dc:creator>
      <dc:date>2016-06-02T10:21:21Z</dc:date>
    </item>
  </channel>
</rss>

