This is a set of examples demonstrating whether various Python and R dataframe libraries and OLAP query engines preserve (or do not preserve) the original order of the records in the data.
The examples all use this dataset describing the 28 times when a person walked on the moon:
year | mission | name | minutes |
---|---|---|---|
1969 | Apollo 11 | Neil Armstrong | 151 |
1969 | Apollo 11 | Buzz Aldrin | 151 |