Chain.jl icon indicating copy to clipboard operation
Chain.jl copied to clipboard

remove filter

Open matthieugomez opened this issue 3 years ago • 2 comments

subset is preferred to filter in DataFrames 1.0, so I used lm as an example of using dataframe as a second argument.

matthieugomez avatar Apr 26 '21 17:04 matthieugomez

Thanks, that might be a good idea to change. I think I tweaked the examples before to fit into the column width on github without horizontal scrolling, could be that this doesn't fit anymore with lm. I'm also not sure if I find that function a bit too specialized, don't know how widely used it is. But it is a good example of needing a second argument. What other functions would offer themselves instead of filter?

jkrumbiegel avatar Apr 28 '21 06:04 jkrumbiegel

Ok, we can use CSV.write

matthieugomez avatar Apr 28 '21 13:04 matthieugomez