Skip to content

Commit

Permalink
Typo in the Python Snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
okennedy committed Dec 31, 2023
1 parent 8196fcb commit be40699
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ package info.vizierdb.ui.components.snippets
object PythonSnippets extends SnippetsBase
{
AddGroup("desktop", "Access and Output")(
"Get Artifact" -> """# Get read-only pandas dataframe object for dataset with given name.
|ds = vizierdb['ARTIFACT_NAME'""".stripMargin,
"Get Artifact" -> """# Get the artifact with the given name.
|ds = vizierdb['ARTIFACT_NAME']""".stripMargin,

"Get Dataset Dataframe" -> """# Get read-only pandas dataframe object for dataset with given name.');
|df = vizierdb.get_data_frame('UNIQUE_DS_NAME')""".stripMargin,
Expand Down

0 comments on commit be40699

Please sign in to comment.