antonycourtney / Tad

Licence: mit
A desktop application for viewing and analyzing tabular data

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Tad

Dataproofer
A proofreader for your data
Stars: ✭ 628 (-72.4%)
Mutual labels:  csv, data-science, data-analysis
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (-62.95%)
Mutual labels:  csv, tabular-data, data-analysis
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (-46.59%)
Mutual labels:  csv, data-science, tabular-data
Jupyter pivottablejs
Drag’n’drop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js
Stars: ✭ 428 (-81.19%)
Mutual labels:  data-science, data-analysis, pivot-tables
Rows
A common, beautiful interface to tabular data, no matter the format
Stars: ✭ 739 (-67.52%)
Mutual labels:  csv, data-science, tabular-data
Janitor
simple tools for data cleaning in R
Stars: ✭ 981 (-56.88%)
Mutual labels:  data-science, data-analysis, pivot-tables
Rightmove webscraper.py
Python class to scrape data from rightmove.co.uk and return listings in a pandas DataFrame object
Stars: ✭ 125 (-94.51%)
Mutual labels:  csv, data-science, data-analysis
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-93.45%)
Mutual labels:  data-science, data-analysis
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+2.73%)
Mutual labels:  data-science, data-analysis
Data Science Live Book
An open source book to learn data science, data analysis and machine learning, suitable for all ages!
Stars: ✭ 193 (-91.52%)
Mutual labels:  data-science, data-analysis
Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
Stars: ✭ 2,433 (+6.95%)
Mutual labels:  data-science, data-analysis
Klib
Easy to use Python library of customized functions for cleaning and analyzing data.
Stars: ✭ 192 (-91.56%)
Mutual labels:  data-science, data-analysis
Machine learning for good
Machine learning fundamentals lesson in interactive notebooks
Stars: ✭ 142 (-93.76%)
Mutual labels:  data-science, data-analysis
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-93.27%)
Mutual labels:  data-science, data-analysis
Youtube Like Predictor
YouTube Like Count Predictions using Machine Learning
Stars: ✭ 137 (-93.98%)
Mutual labels:  data-science, data-analysis
Airbyte
Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses, lakes and databases.
Stars: ✭ 4,919 (+116.22%)
Mutual labels:  data-science, data-analysis
Dtale Desktop
Build a data visualization dashboard with simple snippets of python code
Stars: ✭ 128 (-94.37%)
Mutual labels:  data-science, data-analysis
Csvreader
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
Stars: ✭ 169 (-92.57%)
Mutual labels:  csv, tabular-data
Covid19 Severity Prediction
Extensive and accessible COVID-19 data + forecasting for counties and hospitals. 📈
Stars: ✭ 170 (-92.53%)
Mutual labels:  data-science, data-analysis
Dtale
Visualizer for pandas data structures
Stars: ✭ 2,864 (+25.89%)
Mutual labels:  data-science, data-analysis

Tad

Tad is a desktop application for viewing and analyzing tabular data such as CSV files.

You can launch tad from the command line like this:

$ tad movie_metadata.csv

This will open a new window with a scrollable view of the file contents:

Tad screenshot

Tad's main grid component is actually a full featured pivot table; a few additional mouse clicks from the above view yields this:

tad screenshot

Installing Tad

The easiest way to install Tad is to use a pre-packaged binary release. See The Tad Landing Page for information on the latest release and a download link.

Building Tad from Source

Detailed instructions on building tad from sources available in src/doc/building.md

Implementation / Architecture

Tad is an Electron application written in ES2015 using flow type annotations. Tad's front end User Interface is implemented in React, using SlickGrid for the main grid component. In the main process, Tad uses SQLite for internal storage and efficient queries on tabular data.
The Tad internals need more documentation; for now there is a sloppy hand-drawn sketch outlining the basic structure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].