tabular_data¶
- glue.core.data_factories.tabular_data(path, **kwargs)¶
A factory for reading ASCII table data using
glue.core.data_factories.astropy_tabular_data()
orpandas.read_table()
, tried in sequence.- Parameters:
- pathstr
Path to the file.
- **kwargs
All other kwargs are passed to the reader backend.