# DataServer Conversion The `converter` module provides functions to seamlessly convert data between NumPy arrays and URANIE DataServer objects. This enables you to leverage Python's data processing ecosystem while maintaining compatibility with URANIE workflows. ```{rubric} NumPy to DataServer ``` Convert NumPy arrays into URANIE DataServer objects using `converter.np2ds()`. **See:** [np2ds API](api/np2ds.md) for detailed documentation and examples. ```{rubric} DataServer to NumPy ``` Extract data from URANIE DataServer objects into NumPy arrays using `converter.ds2np()`. **See:** [ds2np API](api/ds2np.md) for detailed documentation and examples. ```{raw} latex \clearpage ``` ```{only} html This section includes the following pages: ``` ```{toctree} api/np2ds api/ds2np ```