Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Cruise Variables
**cruiseName: string**
The official cruise name. If applicable, you may also use cruise "nickname" ('Diel', 'Gradients_1' ...). A full list of cruise names can be retrieved using cruise method.



:returns: Pandas dataframe.


Expand Down Expand Up @@ -56,7 +54,7 @@ Here is how to achieve the same results using a direct SQL statement. Please ref

EXEC uspCruiseVariablesByName 'Cruise Official Name'

**Example:**
**Example**

.. code-block:: sql

Expand Down