API reference#
Excluding some supporting functions, intake_dataframe_catalog comprises a just single class, intake_dataframe_catalog.core.DfFileCatalog, for loading/creating/managing a table of intake sources. This class is registered as an intake driver called df_catalog, meaning that intake will automatically create an open_df_catalog convenience function under the intake module namespace. Calling intake.open_df_catalog() is equivalent to instantiating the DfFileCatalog class.
The following API summary is auto-generated.