## DataProcessor.head()


Return the first n records.


Usage


``` python
DataProcessor.head(n=5)
```


## Parameters


`n: int = ``5`  
Number of records to return.


## Returns


`list`  
List of the first n records.
