<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>data management &#8211; Aptech</title>
	<atom:link href="https://www.aptech.com/blog/tag/data-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aptech.com</link>
	<description>GAUSS Software - Fastest Platform for Data Analytics</description>
	<lastBuildDate>Tue, 08 Dec 2020 19:30:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Easy and Fast Data Management in GAUSS 21</title>
		<link>https://www.aptech.com/blog/easy-and-fast-data-management-in-gauss-21/</link>
					<comments>https://www.aptech.com/blog/easy-and-fast-data-management-in-gauss-21/#respond</comments>
		
		<dc:creator><![CDATA[aptech]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 18:45:41 +0000</pubDate>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[data management]]></category>
		<guid isPermaLink="false">https://www.aptech.com/?p=11580224</guid>

					<description><![CDATA[The new dataframes and interactive data management tools in GAUSS 21 will make your work more enjoyable and save you hours of time. Learn more about the latest features including:
<ul>
<li>New dataframes that handle strings, categories, and dates with ease.</li>
<li>Interactive data filtering.</li>
<li>Easy to manage date displays.</li>
<li>Interactive management of categorial variables.</li>
<li>Auto-generated code.</li>
</ul>]]></description>
										<content:encoded><![CDATA[<h3 id="introduction">Introduction</h3>
<p>The new dataframes and interactive data management in GAUSS 21 will make your work more enjoyable and <strong>save you hours of time</strong>.</p>
<h2 id="new-gauss-dataframes-make-data-easy-to-read">New GAUSS dataframes make data easy to read...</h2>
<p><a href="https://www.aptech.com/wp-content/uploads/2020/12/g21-dateframe-close-up-thin-orange0.png"><img src="https://www.aptech.com/wp-content/uploads/2020/12/g21-dateframe-close-up-thin-orange0.png" alt="" width="1171" height="774" class="aligncenter size-full wp-image-11580364" /></a></p>
<h3 id="and-make-code-and-results-clearer">...and make code and results clearer</h3>
<pre class="hljs-container hljs-container-solo"><code class="lang-gauss">&gt;&gt; // Load data
&gt;&gt; lending = loadd("lending.csv");
&gt;&gt;
&gt;&gt; // Estimate in one line
&gt;&gt; call olsmt(lending, "int_rate ~ .");

                                            Std.           
Variable                     Estimate      Error   t-value 
-----------------------------------------------------------

CONSTANT                       11.988     1.298      9.235 
term: 60_months                 3.987    0.6446      6.184 
annual_inc                 -0.0092475  0.005473     -1.689 
purpose: credit_card         -0.12827     1.320   -0.09714 
         renewable_energy     -1.9637     4.229    -0.4643 
         small_business        3.9262     1.799      2.182 
         vacation             -0.7038     1.809    -0.3890</code></pre>
<hr>
<div style="text-align:center">Questions? <a href="https://www.aptech.com/contact-us">Get an answer from our experts</a> or <a href="https://www.aptech.com/request-quote/">request a quote!</a></div>
<hr>
<h3 id="customize-your-date-display">Customize your date display</h3>
<p><a href="https://www.aptech.com/wp-content/uploads/2020/12/g21-date-close-up-thin-green0.png"><img src="https://www.aptech.com/wp-content/uploads/2020/12/g21-date-close-up-thin-green0.png" alt="" width="2366" height="1352" class="aligncenter size-full wp-image-11580362" /></a></p>
<h3 id="reference-your-data-by-name">Reference your data by name</h3>
<pre class="hljs-container hljs-container-solo"><code class="lang-gauss">// Index by variable name
auto = auto[., "mpg" "rep78"];

// Select if position is center
nba = selif(nba, nba[., "Pos"] .$== "C");

// Set base category
yarn = setBaseCat(yarn, "low","yarn_length");</code></pre>
<h3 id="see-your-data-your-way-with-gauss-dataframes">See your data your way with GAUSS dataframes</h3>
<pre class="hljs-container hljs-container-solo"><code class="lang-gauss">&gt;&gt; print lending[1:5,.];</code></pre>
<pre>        int_rate             date          purpose
       12.620000       2014-12-14      credit_card
       9.4400000       2014-05-18             auto
       10.420000       2014-02-01          medical
       15.050000       2014-04-05      credit_card
       9.9300000       2014-05-17      credit_card </pre>
<style>.container .col { padding: 7px; } ul.push-top li { margin-top: 0px; }</style>
<div class="container">
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Missing value support.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Simpler data cleaning.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Categorical, date, string and numeric data.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Clear data view and reporting.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Reference by name or traditional matrix indexing.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Compatible with matrices and older code and application modules.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Programmatic and interactive support:
<ul class="push-top"><li>Category base case, labels and order.</li><li>Date display format.</li></ul>
</div>
  </div>
</div>

<div id="video"></div>
<iframe width="560" height="315" style="display:block" class="aligncenter" src="https://www.youtube.com/embed/jhLP_iJeheA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

<div id="interactive"></div>
<h2 id="easy-and-fast-interactive-data-management">Easy and fast interactive data management</h2>
<h3 id="interactive-data-import">Interactive data import</h3>
<p><a href="https://www.aptech.com/wp-content/uploads/2020/12/gauss21-interactive-filter-lending-20.png"><img src="https://www.aptech.com/wp-content/uploads/2020/12/gauss21-interactive-filter-lending-20.png" alt="" width="1618" height="762" class="aligncenter size-full wp-image-11580395" /></a></p>
<div class="container">
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> One-click import and preview.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Select and rename variables.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> CSV, Excel, SAS, Stata, SPSS files.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Live preview.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Automatic code generation.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Manage categories.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Specify values to import as missing.</div>
  </div>
</div>
<p><br/></p>
<h3 id="view-rename-and-reorder-categorical-variables">View, rename, and reorder categorical variables</h3>
<div class="container">
  <div class="row">
    <div class="col"><img src="/wp-content/uploads/2020/12/category.svg" width="128" height="128" class="aligncenter"></div>
    <div class="col">Intuitive interactive controls to:
      <ul>
        <li>Set the base case.</li>
        <li>Rename labels.</li>
        <li>Set category order.</li>
      </ul>
    </div>
  </div>
</div>
<h3 id="import-dates-in-any-format">Import dates in any format</h3>
<div class="container">
  <div class="row">
    <div class="col"><img src="/wp-content/uploads/2020/12/calendar.svg" width="128" height="128" class="aligncenter"></div>
    <div class="col">Non-standard date formats are no problem.
      <ul>
        <li>Auto-detects 30 formats.</li>
        <li>Specify any custom format.</li>
        <li>Any characters.</li>
        <li>Any order.</li>
      </ul>
    </div>
  </div>
</div>
<hr>
<div style="text-align:center"><a href="https://www.aptech.com/request-demo/" < a>Request a free trial!</a></div>
<hr>
<h3 id="interactive-data-filter">Interactive data filter</h3>
<p><a href="https://www.aptech.com/wp-content/uploads/2020/12/g21-filter-interactive-chop0-1.png"><img src="https://www.aptech.com/wp-content/uploads/2020/12/g21-filter-interactive-chop0-1.png" alt="" width="1624" height="650" class="aligncenter size-full wp-image-11580350" /></a></p>
<div class="container">
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Simple dropdown options.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Handles missing data.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Create multiple filters.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Live preview.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Automatic code generation.</div>
    <div class="col"><span style="color:#ec7e1d">✔</span> Intuitive date filtering.</div>
  </div>
  <div class="row">
    <div class="col"><span style="color:#ec7e1d">✔</span> Available for data before and after loading.</div>
  </div>
</div>
<div style="text-align:center;background-color:#455560;color:#FFFFFF">
<hr>
<h3 id="find-out-how-much-time-gauss-21-can-save-you">Find out how much time GAUSS 21 can save you!</h3>
 
<div class="lp-cta">
    <a href="https://www.aptech.com/contact-us" class="btn btn-primary">Ask a question</a>
    <a href="https://www.aptech.com/request-quote/" class="btn btn-primary btn-quote">Request pricing</a>
</div><hr>
</div>]]></content:encoded>
					
					<wfw:commentRss>https://www.aptech.com/blog/easy-and-fast-data-management-in-gauss-21/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
