vizier-scala
vizier-scala copied to clipboard
Get Dataset Dataframe under Python Snippets doesn't work
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