Skip to content

Commit

Permalink
add info to formats.jsonl
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-uvarov committed Jun 10, 2024
1 parent 1b1722d commit d9260c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/formats.jsonl
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@
{"filetype": "arrows", "requirements": "pyarrow", "format": "Arrow IPC streaming format", "loader": "yes", "version_added": "2.9", "created": "2016", "creator": "Apache Software Foundation", "open format": "yes", "format_url": "https://arrow.apache.org/docs/format/Columnar.html"}
{"filetype": "parquet", "requirements": "pyarrow or pandas", "format": "Apache Parquet", "loader": "yes", "version_added": "1.3", "created": "2013", "creator": "Apache Software Foundation", "open format": "yes", "format_url": "https://parquet.apache.org/"}
{"filetype": "toml", "filetype_url": "#toml", "aliases": "", "requirements": "", "format": "Tom's Obvious, Minimal Language (TOML)", "loader": "yes", "VisiData saver": "", "version_added": "2.12", "created": "2013", "creator": "Tom Preston-Werner", "description": "minimal configuration file format that's easy to read", "open format": "yes", "format_url": "https://toml.io/en/latest"}
{"filetype": "msgpack", "aliases": "msgpackz", "requirements": "msgpack", "format": "MessagePack", "loader": "yes", "version_added": "3.1", "created": "2008", "creator": "Sadayuki Furuhashi", "description": "efficient binary serialization format.", "open format": "yes", "nestable": "nestable", "format_url": "https://github.com/msgpack/msgpack/blob/master/spec.md"}

0 comments on commit d9260c1

Please sign in to comment.