🏠ModelingBachAPI referenceSeriesheadOn this pagebach.Series.headhead(n=5)[source]Get the first n rows from this Series as a pandas.Series. :param n: The amount of rows to return.noteThis function queries the database.