yasa.Hypnogram.hypno#

property Hypnogram.hypno[source]#

The hypnogram values, stored in a pandas.Series. To reduce memory usage, the stages are stored as categories (pandas.Categorical). hypno inherits all the methods of a standard pandas.Series, e.g. .describe(), .unique(), .to_csv(), and more.

Note

print(Hypnogram) is a shortcut to print(Hypnogram.hypno).