Skip to content

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

@atgreen

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.

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