Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip:e 50': 0.05; "subject:' ": 0.07; 'subject:file': 0.07; 'cc:addr:python-list': 0.09; '22,': 0.09; 'subject:CSV': 0.09; 'text"': 0.09; 'missed': 0.15; 'thu,': 0.15; '"rich': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'mangled': 0.16; 'wrote:': 0.16; '(not': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'please?': 0.22; 'subject:problem': 0.22; 'text,': 0.22; 'am,': 0.23; 'help.': 0.23; '(most': 0.24; 'plain': 0.24; 'header :In-Reply-To:1': 0.24; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; 'skip:e 30': 0.27; 'actual': 0.28; 'end,': 0.29; 'code': 0.30; 'post': 0.31; 'says': 0.32; 'traceback': 0.33; 'file': 0.34; 'skip:d 20': 0.34; 'received:google.com': 0.35; 'text': 0.35; 'something': 0.35; 'subject:: ': 0.37; 'anything': 0.38; 'skip:p 20': 0.38; 'sure': 0.39; 'where': 0.40; 'your': 0.60; 'is.': 0.63; 'chrisa': 0.84; 'to:none': 0.91; 'that),': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=nPyGNuwjUpwPczVTqTaw6wACgf9ScCUi4FBOW3mYfb8=; b=dGIpd+vkFEtjVf/t7E7xezGaS7vGrBMA7hoAJI0ptakffp/lthZ8Kx7oeHGCbjY6Xm K62mv11ZPD9FbKfRefxNsZT1YkiBxL2nBUl3BbcKfxIOYW3AeG8VNKHhlWocdU3NAeEM JkvvCiTx+blXngM/vha6YZTnpmrRKU0OFXRXmCRlrLMoqZcI+6ETxTh01sOhEgGmYLRe CTozYomYH7615agTQiorjDLNtVavAMoLha1ZqF/Hw1EuDY8TTcMx4Xx0rRQgfNzg9xk4 FtT5owix/T4qVvVkRsIG37HDCQZWKiYeYRhmWT6mOJTaH/y3c9fDqAfTvyX9nuZx4ova eSoA== MIME-Version: 1.0 X-Received: by 10.107.137.167 with SMTP id t39mr13529642ioi.19.1445500756400; Thu, 22 Oct 2015 00:59:16 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 Oct 2015 18:59:16 +1100 Subject: Re: Pandas' loading a CSV file problem From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1445500760 news.xs4all.nl 23779 [2001:888:2000:d::a6]:35577 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97883 On Thu, Oct 22, 2015 at 8:57 AM, Ek Esawi wrote: > > Traceback (most recent call last): > > File "C:\Users\EK Esawi\Anaconda3\Scripts\file1.py", line 3, in > > f = pd.read_csv('c:/Users/EK Esawi/My Documents/Temp/GOSATemp.csv') > > File "C:\Users\EK Esawi\Anaconda3\lib\site-packages\pandas\io\parsers.py", line 474, in parser_f > > You've missed off the critical line at the end, where it says what the actual error is. Can you copy and paste the whole error text, please? Also, I suspect something might have become mangled in transmission; if you can copy and paste your code as well, and make sure you post as plain text (not "rich text" or "HTML" or "formatted text" or anything like that), that would help. ChrisA