Re: [racket-users] "table" data structure in Racket

2019-02-22 Thread 'Paulo Matos' via Racket Users
On 22/02/2019 04:05, travis.hinkel...@gmail.com wrote: > After posing the question yesterday, I spent a little time poking around > in the Github repository for Apache Arrow and came to the same > conclusion, i.e., large project presumably facilitated by corporate backing. > True, they are lar

Re: [racket-users] "table" data structure in Racket

2019-02-21 Thread travis . hinkelman
After posing the question yesterday, I spent a little time poking around in the Github repository for Apache Arrow and came to the same conclusion, i.e., large project presumably facilitated by corporate backing. On Thursday, February 21, 2019 at 4:28:55 PM UTC-8, Alex Harsanyi wrote: > > > > O

Re: [racket-users] "table" data structure in Racket

2019-02-21 Thread Alex Harsanyi
On Thursday, February 21, 2019 at 7:19:39 AM UTC+8, travis.h...@gmail.com wrote: > > Hi All, > > I'm resurrecting this thread to ask if anyone in the Racket community has > Apache Arrow on their radar. It seems like Apache Arrow might be gaining > steam. > > Apache Arrow is a cross-language d

Re: [racket-users] "table" data structure in Racket

2019-02-20 Thread travis . hinkelman
Hi All, I'm resurrecting this thread to ask if anyone in the Racket community has Apache Arrow on their radar. It seems like Apache Arrow might be gaining steam. Apache Arrow is a cross-language development platform for in-memory data. > It specifies a standardized language-independent columna

Re: [racket-users] "table" data structure in Racket

2016-04-06 Thread Konrad Hinsen
On 05/04/2016 21:12, Asumu Takikawa wrote: I haven't built anything like that, but I was hoping that we could get a GSoC student for it (that didn't pan out though obviously). The idea was to use packages from Python/Julia/R as inspiration: http://pandas.pydata.org/pandas-docs/stable/index.h

Re: [racket-users] "table" data structure in Racket

2016-04-05 Thread 'John Clements' via Racket Users
> On Apr 5, 2016, at 12:19 PM, Jens Axel Søgaard wrote: > > Perhaps Ray Racine's library? > > https://github.com/RayRacine/munger/tree/master > > Look at the munger/frame/frame.rkt I took a look, but… no docs. Also, I like the idea of a fairly thin skin over an existing db implementation. J

[racket-users] "table" data structure in Racket

2016-04-05 Thread 'John Clements' via Racket Users
I’ve been dabbling in data analysis in Racket for the last few months, and one thing that’s become immediately obvious is that we don’t have a nice notion of a “table”. I believe that the natural notion of a “table” here is more or less the same in R and in databases: A table consists of a set

Re: [racket-users] "table" data structure in Racket

2016-04-05 Thread Jens Axel Søgaard
Perhaps Ray Racine's library? https://github.com/RayRacine/munger/tree/master Look at the munger/frame/frame.rkt 2016-04-05 21:04 GMT+02:00 'John Clements' via Racket Users < racket-users@googlegroups.com>: > I’ve been dabbling in data analysis in Racket for the last few months, and > one thing

Re: [racket-users] "table" data structure in Racket

2016-04-05 Thread Asumu Takikawa
On 2016-04-05 15:04:44 -0400, 'John Clements' via Racket Users wrote: > 1) has anyone else already built and released this, and I just couldn’t find > it in pkgs? > > 2) Is it worth building the functional-skinned interface, or is it easier > just to write lots of SQL code? I haven't built anythi