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

map of seq path for dataset creation fails on seq/list #224

Closed
genmeblog opened this issue Apr 5, 2021 · 0 comments
Closed

map of seq path for dataset creation fails on seq/list #224

genmeblog opened this issue Apr 5, 2021 · 0 comments

Comments

@genmeblog
Copy link

genmeblog commented Apr 5, 2021

(ds/->dataset {:calendar-year '(2020 2021 2020 2021), :setting '("A" "A" "B" "B")})

;; => _unnamed [1 2]:
;;    | :calendar-year | :setting |
;;    |----------------|----------|
;;    |           2020 |        A |

(ds/->dataset {:calendar-year [2020 2021 2020 2021], :setting ["A" "A" "B" "B"]})
;; => _unnamed [4 2]:
;;    | :calendar-year | :setting |
;;    |----------------|----------|
;;    |           2020 |        A |
;;    |           2021 |        A |
;;    |           2020 |        B |
;;    |           2021 |        B |
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

1 participant