how to read a tab delimited file

J

jrlen balane

how would i read a tab delimited file? at the same time put what i
read in an array, say for example that i know that the file is an
array with column= 5 and row=unknown.
 
P

Peter Hansen

jrlen said:
how would i read a tab delimited file? at the same time put what i
read in an array, say for example that i know that the file is an
array with column= 5 and row=unknown.

Use the "csv" module. Although that stands for "comma
separated values", it readily supports alternative
delimiters such as TAB.

-Peter
 
J

jrlen balane

if i am going to do this, how should i continue:
how would i know the end of file?


table_data = open(filename, 'r')
table_data.readlines()
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top