create 2d list with list comprehension in python code example Example: 2d list comprehension python [[float(c) for c in row] for row in data]