https://github.com/aitorres/ludovico
An opinionated DataFrame-to-TeX table generator.
https://github.com/aitorres/ludovico
Last synced: 3 months ago
JSON representation
An opinionated DataFrame-to-TeX table generator.
- Host: GitHub
- URL: https://github.com/aitorres/ludovico
- Owner: aitorres
- License: mit
- Created: 2021-09-02T01:56:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T03:22:59.000Z (almost 5 years ago)
- Last Synced: 2025-09-14T07:25:14.024Z (10 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ludovico
[](https://badge.fury.io/py/ludovico) 
An opinionated DataFrame-to-TeX table generator.
## What's this?
Ludovico is a small tool to generate valid TeX tables from data contained within Pandas DataFrames. It's a personal tool that I'm developing to assist myself in the process of generating tables for my Computer Science undergraduate senior thesis, which requires making a considerable amount of tables from data that is currently handled as dataframes.
Note that this codebase is wildly unstable, messy and caffeine-ridden. Contributions welcome!