Skip to content

Any possibility for more advanced dataframe functionality. #19

Discussion options

You must be logged in to vote

As far as I know, there is no library in the Common Lisp ecosystem that approaches the functionality of Pandas or Spark, but that is the hope of Lisp-Stat. There's enough now to start building out an ecosystem; this will take time.

For SQLDF, it is not the intention to push this functionality out to SQL. Part of the reason is because we want to be able to write UDFs (User Defined Functions) in Common Lisp. There's some additional functionality, like split-appy-combine and stack that's in my local repo that needs cleaning up. If those interest you I can push the work in progress to a branch.

As for windowing, what I use is the displace function from array-operations. You can turn data fram…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Symbolics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants