From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Klein Subject: Re: search for csv utilities Date: Tue, 2 Jun 2015 07:35:05 +0200 Message-ID: <20150602073505.3052806e@pckr150.mpip-mainz.mpg.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzer4-0002NB-6m for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 01:35:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzer1-0007G8-1X for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 01:35:14 -0400 Received: from gate1.mpip-mainz.mpg.de ([194.95.63.248]:34428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzer0-0007FI-RF for emacs-orgmode@gnu.org; Tue, 02 Jun 2015 01:35:10 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jude DaShiell Cc: emacs-orgmode@gnu.org Hi, On Mon, 1 Jun 2015 10:36:33 -0400 (EDT) Jude DaShiell wrote: > I'll be searching for a csv table editor to replace emacs-orgmode. I > have concluded emacs-orgmode spreadsheet is unusable and the amount > of data is at 400 records now and will grow. I can export to my > iPhone and use numbers sheets or excel in that environment to get the > statistical calculations I need done. A year ago, I thought since > postgresql couldn't do population standard deviation calculations Offtopic, but stddev_pop(expression), see www.postgresql.org/docs/9.1/static/functions-aggregate.html fifth from the bottom of the page. Best regards Robert