文件名称:Frecuency-plot-package
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-02 22:58:44
Python
频率图包 这是一个项目,旨在学习如何创建Python软件包并将其上传到PyPi.org。 我创建了Countplot类,该类用于在条形图中可视化出现在类似列表的列中的唯一值列表的出现频率 Attributes: - Color (string): the color of the bars in the plot - N_bars (int): number of top values that appear in the plot - Size (float array 2x1): size of the visualization - Title (string): title of the plot - Sep_type: separator between values in the original column - data: a
【文件预览】:
Frecuency-plot-package-main
----LICENSE(1KB)
----__init__.py(41B)
----setup.cfg(41B)
----setup.py(267B)
----frecuency_plot.py(3KB)
----README.md(1KB)