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).hypnoinherits all the methods of a standardpandas.Series, e.g..describe(),.unique(),.to_csv(), and more.Note
print(Hypnogram)is a shortcut toprint(Hypnogram.hypno).