João Pedro Oliveira
João Pedro Oliveira
What we would need to do to start working on an `explorer_ecto` backend? 👀 (btw, is it too early to start that?)
> I think we still need describe in here. Does dplyr have something similar? It doesn't but I think that's because, as said by @halian-vilela, base R does have a...
What should `dump_parquet` and `dump_arrow` return? I guess that `dump_csv` should return a CSV parsed as a text file, and the others?
Working on this one. This issue is my current priority.
Yes @MarceColl. I'm planning to send the PR that will close this issue later this week.
Hi @halian-vilela, nice to see you here! I do not really think that we should add this type of behaviour. It makes the code unpredictable and forces the user to...
Can I get this one?
Wouldn't it be too similar to `DataFrame.join/2` and perform a completely non-related operation? I'm afraid people would instantly associate `Series.join/2` with a merge operation.
That's perfect, I think I prefer the `Series.format` option. It is similar to Rust's `format!` macro, which I greatly like and it is also clearer to the end user IMO.
I thought it would be `Series.format/2` --> `Series.format([s1, s2], sep \\ " ")`. A `sep` argument is something people would expect the function to have.