There was an error while loading. Please reload this page.
1 parent cdc2c66 commit 5bcfadfCopy full SHA for 5bcfadf
influxdb/_dataframe_client.py
@@ -59,6 +59,8 @@ def write_points(self,
59
:param dataframe: data points in a DataFrame
60
:param measurement: name of measurement
61
:param tags: dictionary of tags, with string key-values
62
+ :param tag_columns: [Optional, default None] List of data tag names
63
+ :param field_columns: [Options, default None] List of data field names
64
:param time_precision: [Optional, default None] Either 's', 'ms', 'u'
65
or 'n'.
66
:param batch_size: [Optional] Value to write the points in batches
0 commit comments