OnlineEWM ========= .. cpp:class:: pandas::OnlineEWM pandas C++ class. Example ------- .. code-block:: cpp #include using namespace pandas; // Use OnlineEWM OnlineEWM obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``OnlineEWM(const DataFrame& df, double span, bool adjust, bool ignore_na)`` - pd_dataframe.h:12916 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``, init_nrows_(df.nrows())`` - , - pd_dataframe.h:12921 -