<?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: How can I clear the contents of a specific column in a specific data table? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/612729#M81290</link>
    <description>&lt;P&gt;Thanks! This is much faster.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Mar 2023 17:51:49 GMT</pubDate>
    <dc:creator>xxvvcczz</dc:creator>
    <dc:date>2023-03-15T17:51:49Z</dc:date>
    <item>
      <title>How can I clear the contents of a specific column in a specific data table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/611966#M81223</link>
      <description>&lt;P&gt;I have an existing data table and I've updated rows in it, but now I want to have a function that just clears all the rows or sets them all to empty(); also would like it to be really fast because it's a very large table. I tried this but it's quite slow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	Column( my_table, "MY_COL" ) &amp;lt;&amp;lt; formula (empty());
	Column( my_table, "MY_COL" ) &amp;lt;&amp;lt; Delete Formula;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:29:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/611966#M81223</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-06-08T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clear the contents of a specific column in a specific data table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/612053#M81230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should be faster; is it fast enough for your needs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;my_table[0, loc(my_table &amp;lt;&amp;lt; get column names(string), "MY_COL")] = .;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

my_table = astable(J(1e5, 2, Random Uniform()));

my_table[0, loc(my_table &amp;lt;&amp;lt; get column names(string), "Col1")] = .; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Mar 2023 01:53:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/612053#M81230</guid>
      <dc:creator>brady_brady</dc:creator>
      <dc:date>2023-03-15T01:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I clear the contents of a specific column in a specific data table?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/612729#M81290</link>
      <description>&lt;P&gt;Thanks! This is much faster.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 17:51:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-I-clear-the-contents-of-a-specific-column-in-a-specific/m-p/612729#M81290</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-03-15T17:51:49Z</dc:date>
    </item>
  </channel>
</rss>

