csep.core.catalogs.CSEPCatalog.to_dataframe
- CSEPCatalog.to_dataframe(with_datetime=False)
Returns pandas Dataframe describing the catalog. Explicitly casts to pandas DataFrame.
Note
The dataframe will be in the format of the original catalog. If you require that the dataframe be in the CSEP ZMAP format, you must explicitly convert the catalog.
- Returns:
This function must return a pandas DataFrame
- Return type:
- Raises:
ValueError – If self._catalog cannot be passed to pandas.DataFrame constructor, this function must be overridden in the child class.