Larry White
Larry White
Accessing from US. ``` [Error] Failed to load resource: the server responded with a status of 502 (Bad Gateway) (dashboard, line 0) [Error] uncaught at _callee3 – "at _callee3 ↵...
The method should take the same type as the implementing column. eg ``` public StringColumn ... public Selection isIn(StringColumn other) { eval(etc.); } ``` The intent is to support something...
In where() try to make a decent implementation of not(). Currently you have to use flip() providing the rowcount as an argument. Maybe there is a way to have the...
Tests are needed for large string columns with many values (big enough to force conversion to the backend implementation that handles such columns). especially needed: - Tests for slices on...
Something similar in concept to Great Expectations
There should be a complete separation of the plotly script generation framework from Tablesaw core, so that it can be used more easily by other Java projects. There should still...
At a minimum, they should be added to IntColumn See NumberFiller interface, and it's sole implementation in DoubleColumn.
Only two are needed to implement the functionality, but a size attribute would need to replace the removed BitSet. Note that the bit sets are allocated on the stack, so...
or a Table and Selection object pair. This would let you calculate, say, std. deviation, on a subset of a table without having to materialize an intermediate table. probably the...
Null suppression could be used on sparse columns boolean column could use bitmap compression RLE could be used on other columns after checking cardinality