Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97883 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2015-10-22 18:59 +1100 |
| Last post | 2015-10-22 18:59 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Pandas' loading a CSV file problem Chris Angelico <rosuav@gmail.com> - 2015-10-22 18:59 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2015-10-22 18:59 +1100 |
| Subject | Re: Pandas' loading a CSV file problem |
| Message-ID | <mailman.85.1445500760.878.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web