itables:Jupyter中的交互式表格

时间:2024-06-12 13:26:42
【文件属性】:

文件名称:itables:Jupyter中的交互式表格

文件大小:4.38MB

文件格式:ZIP

更新时间:2024-06-12 13:26:42

HTML

在Jupyter中作为交互表的Pandas DataFrames和Series 打开熊猫DataFrames和系列为互动在这两个笔记本中,并与他们HTML表示import itables.interactive : 快速开始 用以下方法安装软件包 pip install itables 使用以下命令激活所有系列和数据框的交互模式 from itables import init_notebook_mode init_notebook_mode ( all_interactive = True ) import world_bank_data as wb df = wb . get_countries () df 您没有在上方看到任何表格吗? 请打开此笔记本的,或在上运行此自述文件! 或仅使用show功能将一个系列或数据框显示为交互式表格。 from itables impor


【文件预览】:
itables-master
----setup.py(2KB)
----.gitignore(69B)
----requirements.txt(15B)
----experiments()
--------html()
--------R()
----.pre-commit-config.yaml(608B)
----LICENSE(1KB)
----CHANGELOG.md(979B)
----setup.cfg(308B)
----.github()
--------workflows()
----README.md(9KB)
----demo()
--------itables.gif(4.25MB)
--------ITables - Interactive Tables in Jupyter Notebooks.md(1KB)
----tests()
--------test_javascript.py(264B)
--------__init__.py(0B)
--------test_sample_df_and_series.md(488B)
--------test_downsample.py(1KB)
--------test_notebooks.py(2KB)
--------test_real_tables_and_series.md(2KB)
----itables()
--------sample.py(1KB)
--------downsample.py(3KB)
--------__init__.py(139B)
--------options.py(559B)
--------javascript()
--------javascript.py(5KB)
--------version.py(53B)
--------interactive.py(503B)
----index.html(1.52MB)
----environment.yml(436B)
----.pylintrc(30B)
----requirements-dev.txt(110B)
----binder()
--------requirements.txt(25B)
--------postBuild(84B)

网友评论