Open okennedy opened 10 months ago
Describe the bug df(colName) breaks if colName needs to be quoted. The new DataFrameOps is cleaner.
df(colName)
colName
DataFrameOps
Unfortunately, this patten is used throughout the entire codebase. We need an audit to clean it up.
Describe the bug
df(colName)
breaks ifcolName
needs to be quoted. The newDataFrameOps
is cleaner.Unfortunately, this patten is used throughout the entire codebase. We need an audit to clean it up.