An open API service indexing awesome lists of open source software.

https://github.com/theronione/mdtable.jl

A package for reading and writing MD tables.
https://github.com/theronione/mdtable.jl

julia markdown

Last synced: 9 months ago
JSON representation

A package for reading and writing MD tables.

Awesome Lists containing this project

README

          

# MDTable

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://theronione.github.io/MDTable.jl/dev/)
![CI](https://github.com/TheRoniOne/MDTable.jl/workflows/CI/badge.svg)
[![Build Status](https://ci.appveyor.com/api/projects/status/github/TheRoniOne/MDTable.jl?svg=true)](https://ci.appveyor.com/project/TheRoniOne/MDTable-jl)
[![Coverage](https://codecov.io/gh/TheRoniOne/MDTable.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/TheRoniOne/MDTable.jl)

A package for reading and writing MD tables.


Read any MD table file as DataFrame and write as MD table any type implementing the [Tables.jl](https://github.com/JuliaData/Tables.jl) interface.