Skip to content

Commit 809aab5

Browse files
committed
Sorted table display section. Added briefer to dashboarding
1 parent 758a865 commit 809aab5

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

tools/tools.yml

+25-23
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,6 @@
475475
- name: Table display
476476
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).
477477
packages:
478-
479-
- repo: posit-dev/great-tables
480-
pypi_name: great-tables
481-
site: https://posit-dev.github.io/great-tables
482-
badges: codecov, pypi, site
483-
conda_package: great_tables
484-
conda_channel: conda-forge
485-
sponsors: [posit]
486478

487479
- repo: mwouts/itables
488480
pypi_name: itables
@@ -491,17 +483,13 @@
491483
conda_package: itables
492484
conda_channel: conda-forge
493485

494-
- repo: paddymul/buckaroo
495-
pypi_name: buckaroo
496-
site: https://paddymul.github.io/buckaroo
497-
498-
- repo: manzt/quak
499-
pypi_name: quak
500-
site: https://manzt.github.io/quak
501-
502-
- repo: machow/reactable-py
503-
pypi_name: reactable
504-
site: https://machow.github.io/reactable-py
486+
- repo: posit-dev/great-tables
487+
pypi_name: great-tables
488+
site: https://posit-dev.github.io/great-tables
489+
badges: codecov, pypi, site
490+
conda_package: great_tables
491+
conda_channel: conda-forge
492+
sponsors: [posit]
505493

506494
- repo: Kanaries/pygwalker
507495
pypi_name: pygwalker
@@ -510,17 +498,29 @@
510498
conda_package: pygwalker
511499
conda_channel: conda-forge
512500

501+
- repo: jupyter-widgets/ipydatagrid
502+
pypi_name: ipydatagrid
503+
conda_package: ipydatagrid
504+
conda_channel: conda-forge
505+
513506
- repo: finos/perspective
514507
pypi_name: perspective-python
515508
site: https://perspective.finos.org
516509
badges: pypi
517510
conda_package: perspective # newer of two conda packages (the other is `perspective-python`)
518511
conda_channel: conda-forge
519512

520-
- repo: jupyter-widgets/ipydatagrid
521-
pypi_name: ipydatagrid
522-
conda_package: ipydatagrid
523-
conda_channel: conda-forge
513+
- repo: paddymul/buckaroo
514+
pypi_name: buckaroo
515+
site: https://paddymul.github.io/buckaroo
516+
517+
- repo: manzt/quak
518+
pypi_name: quak
519+
site: https://manzt.github.io/quak
520+
521+
- repo: machow/reactable-py
522+
pypi_name: reactable
523+
site: https://machow.github.io/reactable-py
524524

525525

526526
- name: Other domain-specific
@@ -811,6 +811,8 @@
811811
- repo: data-stack-hub/DataStack
812812
badges: pypi
813813

814+
- repo: briefercloud/briefer
815+
badges: pypi
814816

815817
- name: Colormapping
816818
intro: Collections of colormaps and tools for generating new colormaps.

0 commit comments

Comments
 (0)