move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

Add head and tail methods to Parsons Table #1001

Closed matthewkrausse closed 4 months ago

matthewkrausse commented 4 months ago

This pull request adds the head and tail methods to the Parsons Table class in the ETL module. The head method returns the first n rows of the table, while the tail method returns the last n rows of the table. Tests and documentation have also been added for these new methods.

matthewkrausse commented 4 months ago

This addresses issue #989 to add the head method to the Parsons Table. @elyse-weiss