Support virtual/generated fields
In order to support more complex operations, such as applying some logic to select and transform a field from a row, we could support virtual fields. These are defined with a Django template. and added as virtual fields to each row. This is done after loading with Pandas, by injecting the literal fields laoded by Pandas as context.
Edited by Nik | Klampfradler