Skip to content

get-data-table-from-csv-list appears to "sample" by truncating rows instead of selecting sample rows #51

Description

@atgreen

I realize that this fn in undocumented, but

                    (if sample
			(map-fn (subseq x 0 sample))
                        (map-fn x)))

is not what I'm expecting it to do when sample is provided.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions