LingPy

lingpy.algorithm.misc.LingpyArray

class lingpy.algorithm.misc.LingpyArray(input_list)

An extension of the numpy array object which allows the storage of lists in two-dimensional arrays.

Parameters :

input_list : list

The list which shall be converted in an array-like object.

__init__(input_list)

Methods

__init__(input_list)