vizier-scala
vizier-scala copied to clipboard
The Vizier kernel-free notebook programming environment
**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...
**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...
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
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...
**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...
**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...
Maybe use coursier?
**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...
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....