我使用qcut将数据与范围绑定。但是我想在pandas直方图中显示输出范围数据。那么,我该怎么做呢?ps:数据是从csv文件中收集的链接:Csv file link here 我写了以下代码- import matplotlib.pyplot as pltfrompd.qcut(dataset['Active'], q=8, precision=0)print(qc_val) 绑定
下面的代码在python中运行良好,但是如何从html传递参数值呢?import pandas as pddf = pd.read_csv('Dataprofile.csv')
profile = df.profile_report(title='Pandas Profiling Report')
# save the report