xpipe.tools.catalogs.flat_copy

xpipe.tools.catalogs.flat_copy(recarr)[source]

Copies the record array into a new recarray which has only 1-D columns

Parameters

recarr (numpy.array) – array to be converted to DataFrame

Returns

array with 1-D columns

Return type

numpy.array