Skip to content
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

Unintuitive functions: to-map, to-dataset #86

Closed
dmichulke opened this issue Aug 18, 2012 · 1 comment
Closed

Unintuitive functions: to-map, to-dataset #86

dmichulke opened this issue Aug 18, 2012 · 1 comment

Comments

@dmichulke
Copy link

(def ds (to-dataset (partition 3 (range 9)))) (= (to-map ds) (to-map ds)) ;; true (= ds (to-dataset (to-map ds))) ;; false, dataset becomes somehow transposed

PS: I do not mean that = does not work but that the data is really different, i.e., col-0 is (0 3 6) first and after mapping forth and back it is (8 7 6)

@alexott
Copy link
Contributor

alexott commented Apr 23, 2013

fixed by #134

@alexott alexott closed this as completed Apr 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants