Return the first n records.
Usage
DataProcessor.head(n=5)
n: int = 5
Number of records to return.
list
List of the first n records.