data-science-types icon indicating copy to clipboard operation
data-science-types copied to clipboard

Generalize many types to Sequence

Open rpgoldman opened this issue 5 years ago • 1 comments

There are many types that are unions of List and np.ndarray and Series. These should probably all be transformed to use Sequence instead (which also would cover legitimate uses of Tuple).

rpgoldman avatar Mar 03 '20 18:03 rpgoldman

See #82 for one step in this direction.

rpgoldman avatar Mar 06 '20 21:03 rpgoldman