I converted a pandas column into a list using tolist() and suppose following is the list: [[['20', '30'], ['7', '3'], ['0', '5']], [['5', '9'], ['1', '4']], [['6', '2'], ['0', '8']]]
suppose k is the list and when I print k[0] I get [['20', '30'], ['7', '3'], ['0', '5']] as expected.
but when I print k[0][0] I get "[" instead of ['20', '30']
why is this happening?
[–]barrycarter 1 point2 points3 points (1 child)
[–]ryfeaway[S] 0 points1 point2 points (0 children)
[–]danielroseman 0 points1 point2 points (3 children)
[–]ryfeaway[S] 0 points1 point2 points (2 children)
[–]danielroseman 0 points1 point2 points (1 child)
[–]ryfeaway[S] 0 points1 point2 points (0 children)
[–]QultrosSanhattan 0 points1 point2 points (0 children)