You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I noticed all headers are now using snake_case, which is clearly something that rows does in order to allow one to manipulate the rows (also, rows are represented as namedtuples).
Is there a way to preserve the original headers when re-exporting? Does the Table object store that data somehow?
The text was updated successfully, but these errors were encountered:
I currently have the following workflow:
However, I noticed all headers are now using snake_case, which is clearly something that rows does in order to allow one to manipulate the rows (also, rows are represented as namedtuples).
Is there a way to preserve the original headers when re-exporting? Does the Table object store that data somehow?
The text was updated successfully, but these errors were encountered: