FloatArrayFormatter =================== .. cpp:class:: pandas::FloatArrayFormatter pandas C++ class. Example ------- .. code-block:: cpp #include using namespace pandas; // Use FloatArrayFormatter FloatArrayFormatter obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``FloatArrayFormatter(const double\* data, std::size_t n, const std::uint8_t\* na_mask, FormatOptions opts)`` - pd_float_array_formatter.h:107 - Comparison ---------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``leading_space_(opts_.leading_space)`` - - pd_float_array_formatter.h:116 - Internal Methods ---------------- *6 internal methods (prefixed with underscore)*