Skip to content

Commit

Permalink
Sorted table display section. Added briefer to dashboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jbednar committed Dec 11, 2024
1 parent 758a865 commit 809aab5
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions tools/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -475,14 +475,6 @@
- name: Table display
intro: Tools for displaying and potentially interacting with data displayed as tables. Data libraries like Pandas and Polars also display tables, as do most dashboarding tools (e.g. Panel includes the Tabulator JS library for interactive tables).
packages:

- repo: posit-dev/great-tables
pypi_name: great-tables
site: https://posit-dev.github.io/great-tables
badges: codecov, pypi, site
conda_package: great_tables
conda_channel: conda-forge
sponsors: [posit]

- repo: mwouts/itables
pypi_name: itables
Expand All @@ -491,17 +483,13 @@
conda_package: itables
conda_channel: conda-forge

- repo: paddymul/buckaroo
pypi_name: buckaroo
site: https://paddymul.github.io/buckaroo

- repo: manzt/quak
pypi_name: quak
site: https://manzt.github.io/quak

- repo: machow/reactable-py
pypi_name: reactable
site: https://machow.github.io/reactable-py
- repo: posit-dev/great-tables
pypi_name: great-tables
site: https://posit-dev.github.io/great-tables
badges: codecov, pypi, site
conda_package: great_tables
conda_channel: conda-forge
sponsors: [posit]

- repo: Kanaries/pygwalker
pypi_name: pygwalker
Expand All @@ -510,17 +498,29 @@
conda_package: pygwalker
conda_channel: conda-forge

- repo: jupyter-widgets/ipydatagrid
pypi_name: ipydatagrid
conda_package: ipydatagrid
conda_channel: conda-forge

- repo: finos/perspective
pypi_name: perspective-python
site: https://perspective.finos.org
badges: pypi
conda_package: perspective # newer of two conda packages (the other is `perspective-python`)
conda_channel: conda-forge

- repo: jupyter-widgets/ipydatagrid
pypi_name: ipydatagrid
conda_package: ipydatagrid
conda_channel: conda-forge
- repo: paddymul/buckaroo
pypi_name: buckaroo
site: https://paddymul.github.io/buckaroo

- repo: manzt/quak
pypi_name: quak
site: https://manzt.github.io/quak

- repo: machow/reactable-py
pypi_name: reactable
site: https://machow.github.io/reactable-py


- name: Other domain-specific
Expand Down Expand Up @@ -811,6 +811,8 @@
- repo: data-stack-hub/DataStack
badges: pypi

- repo: briefercloud/briefer
badges: pypi

- name: Colormapping
intro: Collections of colormaps and tools for generating new colormaps.
Expand Down

0 comments on commit 809aab5

Please sign in to comment.