Bases: Table
A class to represent tables of heterogeneous data.
QTable
provides a class for heterogeneous tabular data which can be easily modified, for instance adding columns or new rows.
The QTable
class is identical to Table
except that columns with an associated unit
attribute are converted to Quantity
objects.
For more information see:
numpy
ndarray
, dict
, list
, astropy:table-like object
, optional
Data to initialize table.
Specify whether the table is masked.
list
, optional
Specify column names.
list
, optional
Specify column data types.
dict
, optional
Metadata associated with the table.
Copy the input data. If the input is a (Q)Table the meta
is always copied regardless of the copy
parameter. Default is True.
numpy
ndarray
, list
of list
, optional
Row-oriented data for table instead of data
argument.
Copy any indices in the input data. Default is True.
list
, dict
, optional
List or dict of units to apply to columns.
list
, dict
, optional
List or dict of descriptions to apply to columns.
dict
, optional
Additional keyword args when converting table-like object.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4