pandaspgs.get_trait.get_trait_categories

get_trait_categories(
    cached: bool = True, mode: str = "Fat"
) -> TraitCategory

Get TraitCategory data from the server.

Parameters:
  • cached (bool, default: True ) –

    Whether or not to try to get data from the cache.

  • mode (str, default: 'Fat' ) –

    Fat or Thin. Specifies the mode of the returned object.

Returns:
  • TraitCategory

    A TraitCategory object. Attributes of type DataFrame have hierarchical dependencies.

from pandaspgs.get_trait_category import get_trait_categories

ch = get_trait_categories()