MCPcopy Index your code
hub / github.com/clips/pattern / array

Method array

pattern/db/__init__.py:1883–1888  ·  view source on GitHub ↗

Returns a NumPy array. Arrays must have elements of the same type, and rows of equal size.

(self)

Source from the content-addressed store, hash-verified

1881
1882 @property
1883 def array(self):
1884 """ Returns a NumPy array.
1885 Arrays must have elements of the same type, and rows of equal size.
1886 """
1887 import numpy
1888 return numpy.array(self)
1889
1890def flip(datasheet):
1891 """ Returns a new datasheet with rows for columns and columns for rows.

Callers 1

__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected