Catalog

https://colab.research.google.com/assets/colab-badge.svg https://mybinder.org/badge_logo.svg
get_catalog()

Returns a dataframe containing the details of all variables at Simons CMAP database. This method requires no input.

A static version of the Data Catalog can be found at the Simons CMAP documentation.

Alternatively, the catalog may be explored interactively at Simons CMAP website: https://simonscmap.com


Returns:Pandas dataframe.

Example

#!pip install pycmap -q     #uncomment to install pycmap, if necessary

import pycmap

api = pycmap.API(token='<YOUR_API_KEY>')
api.get_catalog()
../../../../_images/sql.png

SQL Statement

Here is how to achieve the same results using a direct SQL statement. Please refer to Query for more information.

EXEC uspCatalog