Out[91]: <bound method DataFrame.to Pandas of DataFrame[is: string, txn_date: string, custom: string, component: bigint]> code example
Example: Pandas interpret cells as list
>>> from ast import literal_eval
>>> literal_eval('[1.23, 2.34]')
[1.23, 2.34]