-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrices as a datatype #32
Comments
|
Also useful for tasks like collaborative filtering (think Netflix Spreadsheets are slightly different from matrices, in that I'd like the |
I'd vote for implementing matrices not with arrays, but rather But, we should still have arrays. On Thu, Jun 13, 2013 at 11:03 AM, Shriram Krishnamurthi <
|
GitHubhttps://github.com//issues/32#issuecomment-19397680
|
For documentation's sake, there's an old PR for this: #688 |
Now that we have tabular data, is this still something we want? |
Matrices != tables. There's still a use for this as a library (and there's an initial, fairly complete implementation already), but we need to decide how we want the operators to behave in it and whether we want to use methods or functions, etc. |
Echoing that matrices ≠ tables, so that's not a reason to close. |
For graphics (e.g. seam-carving), pagerank-like algorithms, etc, it would be useful to have a matrix or spreadsheet-like datatype.
The text was updated successfully, but these errors were encountered: