data-science-types
                                
                                 data-science-types copied to clipboard
                                
                                    data-science-types copied to clipboard
                            
                            
                            
                        Generalize many types to Sequence
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).
See #82 for one step in this direction.