CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-tabulate

Pretty-print tabular data in Python with extensive formatting options and output format support.

Overall
score

69%

Overview
Eval results
Files

Evaluation results

80%

30%

Data Type Analyzer

Column type inference and coercion

Criteria
Without context
With context

Uses tabulate internals

0%

33%

Type hierarchy

100%

100%

Column transposition

0%

100%

None handling

100%

100%

Accurate type detection

100%

100%

20%

Employee Data Formatter

Header handling (explicit, firstrow, keys, mapping)

Criteria
Without context
With context

Import tabulate

100%

100%

CSV firstrow headers

0%

0%

Dict keys headers

0%

0%

Header mapping

0%

0%

Correct data passing

100%

100%

Return formatted output

100%

100%

95%

-5%

Data Report Formatter

Basic table formatting with tabulate() function

Criteria
Without context
With context

Uses tabulate() function

100%

100%

List of lists formatting

100%

100%

Headers parameter usage

100%

100%

Empty data handling

100%

66%

Dictionary data formatting

100%

100%

Automatic headers from keys

100%

100%

75%

Sales Report Formatter

Custom column alignment (numalign, stralign, colalign, colglobalalign)

Criteria
Without context
With context

Uses tabulate function

100%

100%

colalign parameter

100%

100%

colglobalalign parameter

0%

0%

numalign parameter

100%

100%

stralign parameter

100%

100%

30%

-3%

Data Report Generator with Missing Value Handling

Missing value handling (missingval parameter)

Criteria
Without context
With context

Uses tabulate function

100%

100%

Passes data to tabulate

53%

0%

Global missingval parameter

0%

40%

Per-column missingval parameter

0%

0%

Correct placeholder mapping

50%

0%

Returns formatted string

100%

100%

100%

Log Formatter

Custom separator formats (simple_separated_format)

Criteria
Without context
With context

Uses simple_separated_format

100%

100%

Passes separator parameter

100%

100%

Uses tabulate function

100%

100%

Handles headers correctly

100%

100%

95%

-5%

Financial Report Table Generator

Automatic column alignment (decimal, left, right, center)

Criteria
Without context
With context

Uses tabulate function

100%

66%

Specifies table format

100%

100%

Implements left alignment

100%

100%

Implements decimal alignment

100%

100%

Implements center alignment

100%

100%

Proper header handling

100%

100%

85%

-5%

Text Width Calculator

Module-level configuration (WIDE_CHARS_MODE, PRESERVE_WHITESPACE)

Criteria
Without context
With context

Import tabulate module

100%

100%

Use WIDE_CHARS_MODE

100%

100%

Use PRESERVE_WHITESPACE

100%

100%

Get configuration state

100%

66%

Set configuration state

100%

100%

Utilize tabulate function

0%

0%

100%

Multi-Format Report Generator

Multiple output formats (45 formats: markdown, grid, HTML, LaTeX, etc.)

Criteria
Without context
With context

Uses tabulate function

100%

100%

GitHub format implementation

100%

100%

PostgreSQL format implementation

100%

100%

HTML format implementation

100%

100%

LaTeX format implementation

100%

100%

Header extraction

100%

100%

5%

-95%

Multilingual Product Catalog Formatter

Wide character (CJK) support with wcwidth integration

Criteria
Without context
With context

Uses tabulate function

100%

0%

Enables grid format

100%

0%

Provides proper headers

100%

0%

Wide character support

100%

0%

Implements text wrapping

100%

0%

Character boundary handling

100%

0%

Correct alignment

100%

100%

Install with Tessl CLI

npx tessl i tessl/pypi-tabulate
Evaluated
Agent
Claude Code

Table of Contents