get_supported_instruments¶
- pyeem.instruments.get_supported_instruments()¶
Gets list of instruments which are supported by PyEEM. These instruments can be passed as arguments to pyeem.datasets.Dataset to load raw data files.
- Returns
Two tables of supported instruments. The first including only human-readable information. The second containing instances of each of the instrument classes which is eventually used in pyeem.datasets.Dataset to load raw data files.
- Return type
tuple of pandas.DataFrame