https://github.com/10691deepak/dataingest
summarize structured data as json for visualization in html documents
https://github.com/10691deepak/dataingest
Last synced: 4 months ago
JSON representation
summarize structured data as json for visualization in html documents
- Host: GitHub
- URL: https://github.com/10691deepak/dataingest
- Owner: 10691deepak
- Created: 2016-06-29T00:38:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T04:13:35.000Z (over 9 years ago)
- Last Synced: 2024-08-13T07:11:33.151Z (8 months ago)
- Language: R
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- jimsghstars - 10691deepak/dataingest - summarize structured data as json for visualization in html documents (R)
README
# dataingest
This is a set of scripts for building a structure that summarizes a data set.
This is under construction. Outline of what this will do:
1. Read in data and associate a data type with each feature.
2. Create summary information that is specific to the feature type
- if numeric - store histogram info and summary info
- if integer - store histogram info and summary info
- if factor - store bar chart info
- if boolean - store bar bar chart info
- if date - make sure to parse data directly (work on this last) store histogram info
- if string - will work on something