numpy_to_arrow¶
-
lsst.daf.butler.formatters.parquet.numpy_to_arrow(np_array: np.ndarray) → pa.Table¶ Convert a numpy array table to an arrow table.
Parameters: - np_array :
numpy.ndarray
Returns: - arrow_table :
pyarrow.Table
- np_array :
lsst.daf.butler.formatters.parquet.numpy_to_arrow(np_array: np.ndarray) → pa.Table¶Convert a numpy array table to an arrow table.
| Parameters: |
|
|---|---|
| Returns: |
|