pandaspgs.get_ancestry_category.get_ancestry_categories

get_ancestry_categories(
    cached: bool = True, mode: str = "Fat"
) -> AncestryCategory

Get AncestryCategory 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:
  • AncestryCategory

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

from pandaspgs.get_ancestry_category import get_ancestry_categories

ch = get_ancestry_categories()