- catalog the concepts of data science
- semantically annotate popular software packages for data science
- power new AI assistants for data scientists
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
Concepts
Concepts formalize the abstract ideas of data science.
Sample concept
- Name
- database (sql-table-database)
- Kind
- function
- Description
- SQL database to which a SQL table belongs
Annotations
Annotations translate data science code into concepts
Sample annotation
- Name
- load numpy array (python/numpy/genfromtxt)
- Kind
- function
- Language
Python
- Package
- numpy
- Description
- load numpy array from a text file (possibly with missing values)