I have multiple list objects
Example:
data = [[\'id\', \'host\'], [1, \'123\']] print(data)
Output:
[[\'id\', \'host\'], [