lightkurve.LightCurve.head# LightCurve.head(n: int = 5)[source]# Return the first n rows. Parameters: nintNumber of rows to return. Returns: lcLightCurveLight curve containing the first n rows.