Niner710 0 Light Poster

I have a question on how to slice a dataframe. Below is a row in my dataframe. I just want to get the list under column C. I saw that I could use df.get_value(), but I'm not sure what to put for index. Is this the right way to return the list under column C?

           A       B                                  C
0          0       0  [0, 1, 4, 5, 6, 8, 9, 12, 13, 14]

df.get_value(index=?, 'C')

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.