I’m using the pyairtable python package, and I’m looking for a way to delete columns in a table and reorder columns based on how they are named (e.g. if the columns are dates, I want the most recent date to be the left most column).
Not sure if there is a way to do this using python, but I’m hoping I wont have to do this manually.
Thanks in advance!
