You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param precision: The precision for the unix timestamps within the body line-protocol.
442
-
:key data_frame_measurement_name: name of measurement for writing Pandas DataFrame
443
-
:key data_frame_tag_columns: list of DataFrame columns which are tags, rest columns will be fields
444
-
:key data_frame_timestamp_column: name of DataFrame column which contains a timestamp. The column can be defined as a :class:`~str` value
445
-
formatted as `2018-10-26`, `2018-10-26 12:00`, `2018-10-26 12:00:00-05:00`
446
-
or other formats and types supported by `pandas.to_datetime <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.to_datetime.html#pandas.to_datetime>`_ - ``DataFrame``
447
-
:key data_frame_timestamp_timezone: name of the timezone which is used for timestamp column - ``DataFrame``
:param precision: The precision for the unix timestamps within the body line-protocol.
153
+
:key data_frame_measurement_name: name of measurement for writing Pandas DataFrame
154
+
:key data_frame_tag_columns: list of DataFrame columns which are tags, rest columns will be fields
155
+
:key data_frame_timestamp_column: name of DataFrame column which contains a timestamp. The column can be defined as a :class:`~str` value
156
+
formatted as `2018-10-26`, `2018-10-26 12:00`, `2018-10-26 12:00:00-05:00`
157
+
or other formats and types supported by `pandas.to_datetime <https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.to_datetime.html#pandas.to_datetime>`_ - ``DataFrame``
158
+
:key data_frame_timestamp_timezone: name of the timezone which is used for timestamp column - ``DataFrame``
0 commit comments