Build what's next on GitHub, the place for anyone from anywhere to build anything.
Join us October 28-29 in San Francisco or online for GitHub Universe, our flagship developer event uniting people, agents, and the world's code.
Following on the tails of 3D models and geographic data, GitHub.com now also supports rendering tabular data in the form of .csv (comma-separated) and .tsv (tab-separated) files. When viewed, any…
Following on the tails of 3D models and geographic data, GitHub.com now also supports rendering tabular data in the form of .csv (comma-separated) and .tsv (tab-separated) files.

When viewed, any .csv or .tsv file committed to a GitHub repository will automatically render as an interactive table, complete with headers and row numbering.
You can even link to a particular row simply by clicking the row number, or select multiple rows by holding down the shift key. Just copy the URL and send it to a friend.

Want to see if a certain value is in your dataset? Just start typing and the data filters itself.

Building software is about more than code. Whether analyzing a government dataset, comparing performance benchmarks, or parsing crash reports, working with tabular data on GitHub just got a little bit easier.
For more information, check out our help article.
Happy Analyzing!