neuromaps.datasets.describe_annotations
- neuromaps.datasets.describe_annotations(annots, format='plaintext')[source]
Return detailed descriptions for annotations as a pandas dataframe.
If format is ‘plaintext’, will print the descriptions to the console.
If format is ‘dataframe’, will return a pandas dataframe containing the descriptions.
If format is ‘latex’, will print the descriptions in a format suitable for inclusion in a LaTeX document.
- Parameters:
- Returns:
df_annot_info – Dataframe containing detailed descriptions for annotations
- Return type:
pandas.DataFrame or None