pandas.DataFrame.hist — pandas 1.3.5 documentation
https://pandas.pydata.org/.../reference/api/pandas.DataFrame.hist.htmlpandas.DataFrame.hist¶ DataFrame. hist (column = None, by = None, grid = True, xlabelsize = None, xrot = None, ylabelsize = None, yrot = None, ax = None, sharex = False, sharey = False, figsize = None, layout = None, bins = 10, backend = None, …