Skip to main content

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

rendered table

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

typ_tables-0.3.1.tar.gz (79.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

typ_tables-0.3.1-py3-none-any.whl (48.7 kB view details)

Uploaded Python 3

File details

Details for the file typ_tables-0.3.1.tar.gz.

File metadata

  • Download URL: typ_tables-0.3.1.tar.gz
  • Upload date:
  • Size: 79.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","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

Hashes for typ_tables-0.3.1.tar.gz
Algorithm Hash digest
SHA256 5fdf401b80ed860ff91e66a316b05d7c4823394c88b77a1d6209f8ccc54a2526
MD5 6c9eb2507c9e5770dfb445cf9938ef42
BLAKE2b-256 5d03c657030defbeec6eac3cc793f9abc3d251554706c0f86c18e553b5151640

See more details on using hashes here.

File details

Details for the file typ_tables-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: typ_tables-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 48.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.17 {"installer":{"name":"uv","version":"0.11.17","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

Hashes for typ_tables-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5ebd0aad9b42d631fc547884ad9b0a4b0a327e12a34a469640fa657e1263b605
MD5 c5efdb70f23b84be750cca4e08b1c938
BLAKE2b-256 f49015436ddd0f09a9a888ec43ee27bba13ac9d45188ee4935220bd8ef49dcb6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page