Why is pandas.DataFrame.apply printing out junk? – stackoverflow.com

Consider this simple dataframe: a b 0 1 2 1 2 3 I perform a .apply as such: In [4]: df.apply(lambda x: [x.values]) Out[4]: a [[140279910807944, 140279910807920]] b [[140279910807944, ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Why is pandas.DataFrame.apply printing out junk? – stackoverflow.com"