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
You get the point. All other features of Tablib are also available, so you can sort results, add/remove columns/rows, remove duplicates, transpose the table, add separators, slice data by column, and more.
but I got the err according to tablib's add columns syntax:
>>> rows.append_col((90), header='age')
Traceback (most recent call last):
File "<input>", line 1, in <module>
rows.append_col((90), header='age')
AttributeError: 'RecordCollection' object has no attribute 'append_col'
>>>
It seems rows could just export to csv,json,yaml..., could not support other tablib feature ~
The text was updated successfully, but these errors were encountered:
From doc
but I got the err according to tablib's add columns syntax:
It seems rows could just export to csv,json,yaml..., could not support other tablib feature ~
The text was updated successfully, but these errors were encountered: