分享

推荐一款python、excel集成的数据分析工具PyXLL-Jupyter!

 Python集中营 2022-10-10 发布于甘肃

插件安装

1、pyxll安装

 1# C:\Users\Administrator>pip install pyxll
2# Collecting pyxll
3#   Downloading pyxll-5.2.5-cp38-none-any.whl (54 kB)
4#      |████████████████████████████████| 54 kB 137 kB/s
5# Installing collected packages: pyxll
6# Successfully installed pyxll-5.2.5
7# WARNING: You are using pip version 21.1.1; however, version 21.2.4 is available.
8# You should consider upgrading via the 'c:\python38\python.exe -m pip install --upgrade pip' command.
9#
10# C:\Users\Administrator>

2、pyxll命令安装excel插件

1# 注意:若excel是32位的,则python也需要32位的。
2
3# C:\Users\Administrator>pyxll install
4# Found Excel 16.0 installed

3、安装pyxll-jupyter插件

1# C:\Users\Administrator>pip install pyxll-jupyter
2# Collecting pyxll-jupyter
3#   Downloading pyxll_jupyter-0.2.1-py3-none-any.whl (31 kB)
4# Requirement already satisfied: pyxll>=5.0.0 in c:\python38\lib\site-packages (from pyxll-jupyter) (5.2.5)
5# Collecting PySide2
6#   Downloading PySide2-5.15.2-5.15.2-cp35.cp36.cp37.cp38.cp39-none-win_amd64.whl (136.3 MB)
7#      |████████████████████████████████| 136.3 MB 12 kB/s

4、重启excel

插件支持

1、支持python魔法函数
2、支持数据分析、数据处理
3、支持python直接绘图
4、excel集成后的python直接展示IPython的交互式编码

效果展示

1、初始操作页面

2、数据同步效果

3、绘图分析图

    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多