Where can I find documentation for data[:,9]
Cal Who
CalWhoNOSPAM at roadrunner.com
Thu Mar 11 14:01:39 EST 2010
data = readdata( 'data/input.dat', delimiter = ',' )
input = data[:, :9]#nine data columns
Where can I find documentation for the
data[:,9]
in the code above.
Been looking and found many examples but would like to know the definition.
I need to skip the first column and then read 9
I would also like to print the data in ihe variable "input"
Thanks
More information about the Python-list
mailing list