|
475 | 475 | - name: Table display
|
476 | 476 | 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).
|
477 | 477 | 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] |
486 | 478 |
|
487 | 479 | - repo: mwouts/itables
|
488 | 480 | pypi_name: itables
|
|
491 | 483 | conda_package: itables
|
492 | 484 | conda_channel: conda-forge
|
493 | 485 |
|
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] |
505 | 493 |
|
506 | 494 | - repo: Kanaries/pygwalker
|
507 | 495 | pypi_name: pygwalker
|
|
510 | 498 | conda_package: pygwalker
|
511 | 499 | conda_channel: conda-forge
|
512 | 500 |
|
| 501 | + - repo: jupyter-widgets/ipydatagrid |
| 502 | + pypi_name: ipydatagrid |
| 503 | + conda_package: ipydatagrid |
| 504 | + conda_channel: conda-forge |
| 505 | + |
513 | 506 | - repo: finos/perspective
|
514 | 507 | pypi_name: perspective-python
|
515 | 508 | site: https://perspective.finos.org
|
516 | 509 | badges: pypi
|
517 | 510 | conda_package: perspective # newer of two conda packages (the other is `perspective-python`)
|
518 | 511 | conda_channel: conda-forge
|
519 | 512 |
|
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 |
524 | 524 |
|
525 | 525 |
|
526 | 526 | - name: Other domain-specific
|
|
811 | 811 | - repo: data-stack-hub/DataStack
|
812 | 812 | badges: pypi
|
813 | 813 |
|
| 814 | + - repo: briefercloud/briefer |
| 815 | + badges: pypi |
814 | 816 |
|
815 | 817 | - name: Colormapping
|
816 | 818 | intro: Collections of colormaps and tools for generating new colormaps.
|
|
0 commit comments