Generate Typst Tables from DataFrames.
Project description
typ-tables
Inspired by great-tables, a way to turn DataFrames into Typst tables.
To install, run uv add typ-tables
Tables that look like
Created using the following Python script:
import polars as pl
from typ_tables import TypTable
df = pl.DataFrame(
{
"string": ["a", "b", "c"],
"int": [10, 10000, 1000000],
"float": [0.000001, 0.1368753, 163985.8374],
}
)
table = TypTable(df)
result: str = table.to_typst()
To include the table in your Typst report you can write the resulting Typst string to a file and include it.
#include "table.typ"
Documentation
For more, check out the
documentation. The
great_tables
documentation is also useful as many of the examples work in typ-tables.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typ_tables-0.2.0.tar.gz.
File metadata
- Download URL: typ_tables-0.2.0.tar.gz
- Upload date:
- Size: 77.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"20.04","id":"focal","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca93743783dca0f6a634c61c7627551d8d25b9efcb7a54e49a668780604b78ca
|
|
| MD5 |
7d084376f3e093d927b57769ac08808a
|
|
| BLAKE2b-256 |
343c69a6f8adc8d2e2d26ddc59c96daad43257c74236dbf90cae22a72a180aa3
|
File details
Details for the file typ_tables-0.2.0-py3-none-any.whl.
File metadata
- Download URL: typ_tables-0.2.0-py3-none-any.whl
- Upload date:
- Size: 47.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"20.04","id":"focal","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73adc1c075cb8bb13a3c6e0e9c63b2439130d29cc29da419445a21273f588b38
|
|
| MD5 |
9386266e8259aaffc6d9c2fdd9dfb8c3
|
|
| BLAKE2b-256 |
6faca56750b44bce9594acbc2d82d413f7861eff875957baec87ecf15ae3e95e
|