entered:
train['brand_name'].unique()
get the result:
array([nan, 'Razer', 'Target', ..., 'Astroglide', 'Cumberland Bay',
'Kids Only'], dtype=object)
I need to see every value. there are some values represented by .... i want to know how to show those too.
thanks!