VizierDB / vizier-scala

The Vizier kernel-free notebook programming environment
Other
34 stars 11 forks source link

Use DataFrameOps to generate Columns for fields #298

Open okennedy opened 7 months ago

okennedy commented 7 months ago

Describe the bug df(colName) breaks if colName needs to be quoted. The new DataFrameOps is cleaner.

Unfortunately, this patten is used throughout the entire codebase. We need an audit to clean it up.