File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ macro dissallowna()
198198end
199199
200200macro dissallowna (columns... )
201- return :( Query. @mutate ( $ ( ( :( $ (esc ( columns[i]. value) ) = our_get (_.$ (columns[i]. value)) ) for i= 1 : length (columns) ). .. ) ) )
201+ return :( Query. @mutate ( $ ( ( :( $ (columns[i]. value) = our_get (_.$ (columns[i]. value)) ) for i= 1 : length (columns) ). .. ) ) )
202202end
203203
204204macro dropna ()
@@ -220,6 +220,6 @@ macro replacena(arg, args...)
220220 columns = map (i-> i. args[2 ]. value, args)
221221 replacement_values = map (i-> i. args[3 ], args)
222222
223- return :( Query. @mutate ( $ ( ( :( $ (esc ( columns[i]) ) = our_get (_.$ (columns[i]), $ (replacement_values[i])) ) for i= 1 : length (columns) ). .. ) ) )
223+ return :( Query. @mutate ( $ ( ( :( $ (columns[i]) = our_get (_.$ (columns[i]), $ (replacement_values[i])) ) for i= 1 : length (columns) ). .. ) ) )
224224 end
225225end
You can’t perform that action at this time.
0 commit comments