List of Cruises

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

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


Returns:Pandas dataframe.

Example

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

import pycmap

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