PandasGUI:Pandas DataFrames的GUI

时间:2021-05-12 05:46:00
【文件属性】:
文件名称:PandasGUI:Pandas DataFrames的GUI
文件大小:240KB
文件格式:ZIP
更新时间:2021-05-12 05:46:00
gui viewer pandas dataframe Python 关于 PandasGUI是用于查看,绘制和分析Pandas DataFrames的GUI。 演示版 安装 从PyPi安装最新版本: pip install pandasgui 直接从Github安装以获取最新的未发布更改: pip install git+https://github.com/adamerose/pandasgui.git 用法 创建并查看一个简单的DataFrame import pandas as pd from pandasgui import show df = pd . DataFrame ({ 'a' :[ 1 , 2 , 3 ], 'b' :[ 4 , 5 , 6 ], 'c' :[ 7 , 8 , 9 ]}) show ( df ) PandasGUI随附了示例数据集,这些数据集将在首次使用时下载。 您还可以导入all_datasets ,它是所有样本
【文件预览】:
PandasGUI-develop
----.github()
--------ISSUE_TEMPLATE()
----demo.py(1KB)
----tests()
--------tests.py(4KB)
----tox.ini(84B)
----pandasgui()
--------constants.py(261B)
--------run_with_args.py(658B)
--------automatic_profiling.py(2KB)
--------gui.py(18KB)
--------datasets.py(4KB)
--------resources()
--------utility.py(22KB)
--------__init__.py(428B)
--------themes()
--------store.py(24KB)
--------widgets()
--------jotly.py(20KB)
----requirements.txt(119B)
----setup.py(982B)
----.gitignore(126B)
----README.md(2KB)
----LICENSE.txt(1KB)

网友评论