Marco Z

Results 199 comments of Marco Z

@chrisdone should we add memory-mapped file access?

@AlistairB I think a xeno-lens would be a great addition! I'd suggesting basing it on microlens.

> If we change `f r c` to `f r r` Doesn't this change the behaviour of the function as well? i.e. it would only read indices from the diagonal....

I guess both! But as a first step loading data into a dataframe is most useful. In fact this is what @stites also mentioned in #22 .

Ah, good catch thanks! Thing is, it's still behind a login, so can't be downloaded at will, unless one included the `kaggle` tool and some authentication machinery within `datasets`.

One possible use case (from https://www.reddit.com/r/haskell/comments/a50xpr/datahaskell_solve_this_small_problem_to_fill_some/ ) The problem Averaged across persons, excluding legal fees, how much money had each person spent by time 6? ``` item , price ----------...

Started addressing this with some generic conversion machinery in #34

@UnkDevE you open a PR starting from the page with your fork, then clicking "Compare" to see your changes in context : https://github.com/DataHaskell/dh-core/compare/master...UnkDevE:master then you can press "Create pull request"

@UnkDevE I was too quick in merging your previous PR; a number of things still needed to be fixed. For the future, could you add your tests to the main...

We've got to try at least! I have a couple ideas to put on the table for this (based on closed type families).