Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.081 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'coerced': 0.16; 'csv': 0.16; 'inputs': 0.16; 'received:209.85.213.176': 0.16; 'rules.': 0.16; 'subject:CSV': 0.16; 'subject:Writing': 0.16; 'subject:dictionaries': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'skip': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'header:In- Reply-To:1': 0.27; 'subject:list': 0.30; 'file': 0.32; 'text': 0.33; 'plain': 0.33; 'received:209.85': 0.35; 'received:google.com': 0.35; 'dates': 0.36; 'received:209': 0.37; 'files': 0.38; 'according': 0.40; 'even': 0.60; 'such': 0.63; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'default': 0.69; 'common,': 0.84; 'excel,': 0.84; 'excel.': 0.84; 'spreadsheet': 0.84 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=OnfmSXv4qxhXFeUv440kqILmZXK5sURcpB3DMDv2Hy8=; b=Hy3csNKa7immr1/vlcpcowK4VDxT3BH9fGH4t3GrmwkcPpzLhalA9mHbxvuzCUwwLz bHMeZKUVcCEC3yegZmKdk5L+DzIWvi8mTHbmELHERQwwmxCXCYBFCDSlEGQ0VpaEqipz aZbABon/wHFWgMdbaRt5H//GEn9jvgvdTD0H7Uiv7g7eSpWZLHjPtfmvcRAUCrjGzPBg 0JYdiUlkCXlJkLEH2Ly69mVby1mm63EkXfVNdJ/p4zwWDQKwNio8teGrhRXTO/ygXdDP wDUDgt6XNhgaopMzVCg8MjFJxAQwnTMbfeqmYhAGdBm5WcGcq3f8CigBXwQ44POhw4N7 ijbA== X-Gm-Message-State: ALoCoQkzTuXiPV11RZL8xlHDvGh5MU71bheBscsSk9o03C++9SOLsF8CiwE6qbA+RBwyeTObPqM047YSPwKrEt8S1Fz8UFr+TDzSeP2eUEIy4Mr+laWsKBGg+lV1Pf4zD4YimL+CNapw X-Received: by 10.43.12.136 with SMTP id pi8mr34394997icb.6.1430855004623; Tue, 05 May 2015 12:43:24 -0700 (PDT) X-Received: by 10.43.12.136 with SMTP id pi8mr34394991icb.6.1430855004554; Tue, 05 May 2015 12:43:24 -0700 (PDT) From: Matthew Ruffalo X-Google-Original-From: Matthew Ruffalo Date: Tue, 05 May 2015 15:43:23 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Skip Montanaro CC: Python Subject: Re: Writing list of dictionaries to CSV References: <5bd0afb3-d2d4-469f-be39-5869f01adc92@googlegroups.com> <554907BD.4040804@mrabarnett.plus.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Junkmail-Whitelist: YES (by domain whitelist at mpv2.tis.cwru.edu) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1430855389 news.xs4all.nl 2837 [2001:888:2000:d::a6]:52545 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:89995 On 2015-05-05 14:25, Skip Montanaro wrote: > More likely, viewing the CSV file in Excel, Gnumeric, or some other > spreadsheet which interprets some inputs as dates and formats them > according to its default rules. Skip This is depressingly common, and I've even received CSV and plain text data files that had some gene names(!) coerced to dates via a trip through Excel. SEPT9 was one such gene, I believe. MMR...