José Valim

Results 805 comments of José Valim

All functions not listed here should raise when invoked saying the lazy operation is not allowed.

@hopewise you can use the stream function and then perform `Enum.count/1`. Even though we need to traverse the file to find out the number of entries, we could optimize the...

In a way yes, but it is a bit complicated to implement because you cannot simply look at newlines, as the newlines may be part of a column, but it...

It is more about among the whole row clickable! We are not sure if we are going this route though. Note you can also use markdown to build HTML (and...

This paper is also very interesting: [Falx: Synthesis-Powered Visualization Authoring](https://faculty.washington.edu/ajko/papers/Wang2021Falx.pdf).

Another one: [Wrex: A Unified Programming-by-Example Interaction for Synthesizing Readable Code for Data Scientists](https://www.semanticscholar.org/paper/Wrex%3A-A-Unified-Programming-by-Example-Interaction-Drosos-Barik/b01ac6b990770092c6784f6eda8f3e94e2feb5a8)

Two more: * [Lux: Always-on Visualization Recommendations for Exploratory Data Science](https://arxiv.org/abs/2105.00121) * [NEO: Generalizing Confusion Matrix Visualization to Hierarchical and Multi-Output Labels](https://arxiv.org/abs/2110.12536)

Also related: * https://pandastutor.com/ :) * [Unravel: A Fluent Code Explorer for Data Wrangling](http://go.barik.net/unravel) (✓ as dbg)