pandas.DataFrame.hist — pandas 1.4.3 documentation Make a histogram of the DataFrame’s columns. A histogram is a representation of the distribution of data. This function calls matplotlib.pyplot.hist(), on each series in the DataFrame, resulting in one histogram per column. Parameters data DataFrame. The pandas object holding the data. column str or sequence, optional