Glossary
- class nwsapy.endpoints.glossary.Glossary
- to_df()
Returns the values of the glossary in a pandas dataframe structure.
- Returns
Dataframe of the values of the glossary.
- Return type
pandas.DataFrame
- to_dict()
Returns the glossary in a dictionary format.
- Returns
Dictionary containing the values of the glossary.
- Return type
dict
- to_pint()
Not implemented for this endpoint.