python - Iterate over rows of astropy.table Table object -


What is the fastest way to repeat the rows of table objects from Astropy.table?

For the row in the table:

?

Works as expected on manipulating table rows:

  & Gt; & Gt; & Gt; Astropy.table import from table & gt; & Gt; & Gt; Table = table ([[1, 2, 3], ['a', 'b', 'c']])> gt; & Gt; & Gt; For the row in the table: ... print line ['col0'], row ['col1'] ... 1A2b3c    

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -