astro
py
:docs
Index
Modules
Navigation
next »
« previous
|
Astropy v1.0.dev9586
»
ASCII Tables (
astropy.io.ascii
)
»
Column
Column
¶
class
astropy.io.ascii.
Column
(
name
)
[source]
[edit on github]
¶
Bases:
object
Table column.
The key attributes of a Column object are:
name
: column name
type
: column type (NoType, StrType, NumType, FloatType, IntType)
str_vals
: list of column values as strings
data
: list of converted column values
Page Contents
Column