DatasetsΒΆ

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

Returns a dataframe containing the list of datasets hosted by Simons CMAP database. The returned dataframe includes the dataset names and the table names storing the datasets. This method requires no input.

A static version of the dataset list can be found at the Simons CMAP documentation. Alternatively, the datasets may be explored interactively at Simons CMAP website: https://simonscmap.com/catalog


Returns:Pandas dataframe.

Example

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

import pycmap

api = pycmap.API(token='<YOUR_API_KEY>')
api.datasets()
../../../../_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 uspDatasets