Data Science Ontology

Welcome to the Data Science Ontology, with 153 data science concepts and 100 code annotations
The Data Science Ontology is a knowledge base about data science that aims to
  • catalog the concepts of data science
  • semantically annotate popular software packages for data science
  • power new AI assistants for data scientists

Concepts

Concepts formalize the abstract ideas of data science.
Sample concept
Name
tabular data source (tabular-data-source)
Kind
type
Description
A source of tabular data, such as a spreadsheet or database table

Annotations

Annotations translate data science code into concepts
Sample annotation
Name
read TSV file (alternate) (r/utils/read-delim2)
Kind
function
Language
r R
Package
utils
Description
read data frame from TSV file (alternate)