Reference/API#
Capabilities#
astropy.table Package#
Functions#
  | 
Stack tables along columns (horizontally).  | 
  | 
Perform a join of the left table with the right table on specified keys.  | 
  | 
Represent input Table   | 
  | 
Take a set difference of table rows.  | 
  | 
Return a new table with unique rows, sorted by   | 
  | 
Stack tables vertically (along rows).  | 
  | 
Stack columns within tables depth-wise.  | 
  | 
Helper function to join on SkyCoord columns using distance matching.  | 
  | 
Helper function to join table columns using distance matching.  | 
Classes#
  | 
A basic binary search tree in pure Python, used as an engine for indexing.  | 
  | 
Define a data column for use in a Table object.  | 
  | 
|
  | 
Container for meta information like name, description, format.  | 
  | 
Configuration parameters for   | 
  | 
Provides an interactive HTML export of a Table.  | 
  | 
Define a masked data column for use in a Table object.  | 
  | 
Mixin column class to allow storage of arbitrary numpy ndarrays within a Table.  | 
  | 
A class to represent tables of heterogeneous data.  | 
  | 
A class to represent one row of a Table object.  | 
  | 
Fast tree-based implementation for indexing, using the   | 
Subclass of dict used to serialize mixin columns.  | 
|
  | 
Implements a sorted array container using a list of numpy arrays.  | 
Warning class for when a string column is assigned a value that gets truncated because the base (numpy) string length is too short.  | 
|
  | 
A class to represent tables of heterogeneous data.  | 
  | 
Descriptor to define a custom attribute for a Table subclass.  | 
  | 
OrderedDict subclass for a set of columns.  | 
  | 
|
Warning class for cases when a table column is replaced via the Table.__setitem__ syntax e.g. t['a'] = val.  | 
|
  | 
Maintain tuple that controls table column visibility for print output.  | 
Class Inheritance Diagram#
Notebook Backends#
astropy.table.notebook_backends Module#
Backend implementations for Table interface
with Jupyter notebooks.
Functions#
  | 
Render the table in HTML and show it in the Jupyter notebook.  | 
  | 
Render the table in HTML with   |