0

I have a dataframe and I want to print all unique elements of a column. So I use df.mycolumn.unique(), but I get a truncated list:

[SCO, ENG, SPA, NED, ..., AUT, FRA, GER]

How to print all elements without truncation?

Raed Ali
  • 549
  • 1
  • 6
  • 22
user12394113
  • 381
  • 3
  • 13
  • The moderator seems to believe the link answers this question, which is not correct. Indeed he/she confuses the dataframe display parameters with the unique() method. The question has thus been closed without reason. – user12394113 Jan 17 '22 at 16:51
  • please edit the question to include a minimum example of the code you are having problems with – Ian Kenney Jan 17 '22 at 17:00
  • Updated the dupe – Vaishali Jan 17 '22 at 17:06

0 Answers0