table_from_row_data#
- gammapy.utils.table.table_from_row_data(rows, **kwargs)[source]#
Deprecated since version v1.1: The table_from_row_data function is deprecated and may be removed in a future version. Use astropy.table.Table instead.
Helper function to create table objects from row data.
Works with quantities.
- Parameters
- rowslist
List of row data (each row a dict)