Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Why do I receive strange values plotting a histogram

I am confused by results I received. The data is normalized to [0,1]. As I understand, the x values are for magnitude and must be in the interval of [0,1], but I receive thousands.

Check this image:

Example

I use

df[column_name].value_counts().plot.hist

to make a plot.

Comments