All Projects → antvis → Data Set

antvis / Data Set

Licence: mit
state driven all in one data process for data visualization

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Data Set

Deep learning projects
Stars: ✭ 28 (-85.34%)
Mutual labels:  dataset, data-visualization
Impy
Impy is a Python3 library with features that help you in your computer vision tasks.
Stars: ✭ 109 (-42.93%)
Mutual labels:  dataset, statistics
Dataconfs
A list of conferences connected with data worldwide.
Stars: ✭ 36 (-81.15%)
Mutual labels:  dataset, data-visualization
Awesome Python Data Science
Probably the best curated list of data science software in Python.
Stars: ✭ 812 (+325.13%)
Mutual labels:  statistics, data-visualization
Whylogs Java
Profile and monitor your ML data pipeline end-to-end
Stars: ✭ 164 (-14.14%)
Mutual labels:  dataset, statistics
Football Data
football (soccer) datasets
Stars: ✭ 18 (-90.58%)
Mutual labels:  dataset, data-visualization
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-57.59%)
Mutual labels:  dataset, statistics
Sjplot
sjPlot - Data Visualization for Statistics in Social Science
Stars: ✭ 432 (+126.18%)
Mutual labels:  statistics, data-visualization
G2
📊 A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (+5669.63%)
Mutual labels:  statistics, data-visualization
Githubist
Github developer, location, language and repo stats for Turkey.
Stars: ✭ 124 (-35.08%)
Mutual labels:  statistics, data-visualization
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+183.25%)
Mutual labels:  statistics, data-visualization
Data Science Toolkit
Collection of stats, modeling, and data science tools in Python and R.
Stars: ✭ 169 (-11.52%)
Mutual labels:  statistics, data-visualization
Facebook data analyzer
Analyze facebook copy of your data with ruby language. Download zip file from facebook and get info about friends ranking by message, vocabulary, contacts, friends added statistics and more
Stars: ✭ 515 (+169.63%)
Mutual labels:  statistics, data-visualization
Socrat
A Dynamic Web Toolbox for Interactive Data Processing, Analysis, and Visualization
Stars: ✭ 26 (-86.39%)
Mutual labels:  statistics, data-visualization
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (+127.75%)
Mutual labels:  statistics, data-visualization
Promcord
📊 Analyze your entire discord guild in grafana using prometheus. Message, User, Game and Voice statistics...
Stars: ✭ 39 (-79.58%)
Mutual labels:  statistics, data-visualization
Knowage Server
Knowage is the professional open source suite for modern business analytics over traditional sources and big data systems.
Stars: ✭ 276 (+44.5%)
Mutual labels:  dataset, data-visualization
Rweekly.org
R Weekly
Stars: ✭ 406 (+112.57%)
Mutual labels:  statistics, data-visualization
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+869.11%)
Mutual labels:  statistics, data-visualization
Dabestr
Data Analysis with Bootstrap Estimation in R
Stars: ✭ 169 (-11.52%)
Mutual labels:  statistics, data-visualization

data-set

npm package NPM downloads Percentage of issues still open

Data set with state management.

Installing

npm install @antv/data-set

import DataSet from '@antv/data-set';

const ds = new DataSet({
  state: {
    // initialize state
    foo: 'bar',
  },
});

Document

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].