2 dimensional arrays in python using list comprehension code example Example: 2d list comprehension python [[float(c) for c in row] for row in data]