vizier-scala icon indicating copy to clipboard operation
vizier-scala copied to clipboard

Get Dataset Dataframe under Python Snippets doesn't work

Open thomaseslowe opened this issue 2 years ago • 0 comments

The following code snippet doesn't work:

df = vizierdb.get_dataset_frame('UNIQUE_DS_NAME')

I changed it to

df = vizierdb.get_data_frame('UNIQUE_DS_NAME')

and it worked

thomaseslowe avatar Nov 07 '22 19:11 thomaseslowe