Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tables with Python

This project demonstrates how to create a useful, customizable tables in Python using the great_tables and gt_extras packages. It's ideal for data presentation, reporting, and dashboards.

Repository structure

 ├── snippets/ 
 │   ├── tbl_gini_coef.py
 │   └── tbl_gt_extras.py
 ├── docs/ 
 │   ├── tbl_gini.md
 │   └── tbl_gt_extras.md
 └── README.md
  • snippets/: code snippets using Python.
  • docs/: Additional documentation.
  • README.md: Info about this project

Features

  • Easy-to-use API for table creation.
  • Supports multiple output formats (Markdown, HTML, LaTex).
  • Custom styling and formatting.
  • Integration with pandas DataFrames.

Installation

pip install great-tables

More about GT Great table package

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages