display_entries#

sunpy.database.tables.display_entries(database_entries, columns=None, sort=False)[source]#

Print a table to display the database entries.

Parameters:
  • database_entries (iterable of DatabaseEntry instances) – The database entries will be the rows in the resulting table.

  • columns (iterable of str) – The columns that will be displayed in the resulting table. Possible values for the strings are all attributes of DatabaseEntry.

  • sort (bool, optional) – If True, sorts the entries before displaying them.