Histogram using Plotly for Python

Опубликовано: 04 Май 2018
на канале: Dr Juan Klopper
2,706
23

In this second tutorial on Plotly for Python, I show you to construct a histogram.

A histogram represents a numerical variable as a bar chart, by dividing the data point values up into equally sized bins and counting how many values occur in each bin.

A histogram then differs from a bar chart, which represents categorical variables. You will note that a default histogram has no gaps between the bars, signifying the idea that the variable being plotted is continuous, numerical in nature.

A histogram can be normalized by letting each bar represent the fraction of the values that fall into each bin, making it a frequency distribution plot.

Jupyter notebook files are available on Github: https://github.com/juanklopper/Plotly...


На этой странице сайта вы можете посмотреть видео онлайн Histogram using Plotly for Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Dr Juan Klopper 04 Май 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,706 раз и оно понравилось 23 зрителям. Приятного просмотра!