chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.79k stars 421 forks source link

How should DataFrame rows be represented? #9660

Open psahabu opened 6 years ago

psahabu commented 6 years ago

user story

As a Chapel Programmer, I want to inspect and iterate over rows of a DataFrame because that is a natural way to survey a dataset.

known problems

questions

psahabu commented 6 years ago

This may be of interest to you, @ben-albrecht.