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

The Vizier kernel-free notebook programming environment

Results 104 vizier-scala issues
Sort by recently updated
recently updated
newest added

https://www.jdeploy.com/

enhancement
needs discussion

**What pain point is this feature intended to address? Please describe.** Editing a cell forces re-execution of all dependent cells, which can get cumbersome if there are many dependencies. It's...

enhancement
layer-ui
layer-api

**What pain point is this feature intended to address? Please describe.** Data often, irritatingly, lives in PDF files. **Describe the solution you'd like** - Add a PDF table extraction cell...

enhancement
good first issue
layer-ui
layer-api

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

bug

In "Load File", I can't see entire directory names because it seems they are too many characters. It would be nice if when I mouse over the files, that the...

enhancement

**What pain point is this feature intended to address? Please describe.** DDL/DML are generally considered a part of SQL. We should consider adding support (via Vizual operations) for DDL/DML-style operations...

enhancement
good first issue
layer-api

**What pain point is this feature intended to address? Please describe.** When describing the capabilities of Vizier to others, I frequently find myself uttering the phrase "we collect the information...

enhancement
needs discussion

Maybe use coursier?

enhancement
good first issue
layer-api

**What pain point is this feature intended to address? Please describe.** Several cells, most notably the SQL cell and most Mimir lenses, are designed first to generate a dataset and...

enhancement

Spark has some pretty good ETL capabilities built in. It might be fairly easy to add a cell or similar construct that lets us use them to build ETL pipelines....

enhancement
good first issue