df.to_latex() I know I can pass a formatter for each columnm as illustrated, e.g., in the above question. My question is:How can I format the elements ofcol1based on the elements ofcol2and viceversa? Assume, for example, I want to add a plus sign to a cell, if...
It is better to write [0,1,0,-1][rand(1:4,n)] instead of [[-1 0 0 1][rand(1:4)] for j = 1:n]. Finally, global variables are bad juju in Julia. Julia is only fast if you write code in such a way that allows the JIT and type inference to work. A big part of thi...