0

i need to show all the nulls values in the dataframe in a Series using sum(), but I can only see the firsts 5 values and the last ones.

Series

Ch3steR
  • 20,090
  • 4
  • 28
  • 58

1 Answers1

-1

If you want to see everything on screen you will need to change your pandas display settings:

pandas.options.display.max_rows =

acrobat
  • 812
  • 4
  • 7