jazzband / tablib

Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
https://tablib.readthedocs.io/
MIT License
4.59k stars 590 forks source link

Row.lpush/rpush behavior is reversed #453

Closed claudep closed 4 years ago

claudep commented 4 years ago

As discovered while testing #450, Row.lpush is appending, while Row.rpush is prepending, which is counter-intuitive (and doesn't match the Dataset.lpush/rpushbehavior).