Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49549
| Date | 2013-07-01 13:15 +0200 |
|---|---|
| From | Antoon Pardon <antoon.pardon@rece.vub.ac.be> |
| Subject | Re: File exists but Python says 'not found'. |
| References | <5c1d1e47-b67e-4bce-8601-b14c0215f450@googlegroups.com> <e43b906e-a587-4711-8f60-a5e25d4f00c7@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4064.1372677314.3114.python-list@python.org> (permalink) |
Op 01-07-13 12:57, prerit86@gmail.com schreef: > The variable 'train' is being called like this -> > > def main(train='train.csv', test='test.csv', submit='logistic_pred.csv'): > print "Reading dataset..." > train_data = pd.read_csv(train) > test_data = pd.read_csv(test) > > Let me know if I need to post the full code. I think Robert wanted to know how you started the program. What instruction do you use to launch? In what directory are you launching your program? Is that the same directory where train.csv is present?
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
File exists but Python says 'not found'. prerit86@gmail.com - 2013-07-01 03:47 -0700
Re: File exists but Python says 'not found'. Robert Kern <robert.kern@gmail.com> - 2013-07-01 11:56 +0100
Re: File exists but Python says 'not found'. prerit86@gmail.com - 2013-07-01 03:57 -0700
Re: File exists but Python says 'not found'. Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-07-01 13:15 +0200
Re: File exists but Python says 'not found'. prerit86@gmail.com - 2013-07-01 04:32 -0700
Re: File exists but Python says 'not found'. Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-07-01 12:59 +0200
Re: File exists but Python says 'not found'. prerit86@gmail.com - 2013-07-01 04:00 -0700
Re: File exists but Python says 'not found'. Dave Angel <davea@davea.name> - 2013-07-01 07:38 -0400
Re: File exists but Python says 'not found'. prerit86@gmail.com - 2013-07-01 05:17 -0700
csiph-web