Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97883
| References | <CA+ZkTxtg7-6-pM62v-MxwtF5bVwKJfB7fySVWetCH++ra5H2cw@mail.gmail.com> |
|---|---|
| Date | 2015-10-22 18:59 +1100 |
| Subject | Re: Pandas' loading a CSV file problem |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.85.1445500760.878.python-list@python.org> (permalink) |
On Thu, Oct 22, 2015 at 8:57 AM, Ek Esawi <esawiek@gmail.com> wrote:
>
> Traceback (most recent call last):
>
> File "C:\Users\EK Esawi\Anaconda3\Scripts\file1.py", line 3, in <module>
>
> 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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Pandas' loading a CSV file problem Chris Angelico <rosuav@gmail.com> - 2015-10-22 18:59 +1100
csiph-web