Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 5bcfadf

Browse files
authored
chore(dataframe_client): update param definition. Closes #525. (#819)
1 parent cdc2c66 commit 5bcfadf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

influxdb/_dataframe_client.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def write_points(self,
5959
:param dataframe: data points in a DataFrame
6060
:param measurement: name of measurement
6161
: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
6264
:param time_precision: [Optional, default None] Either 's', 'ms', 'u'
6365
or 'n'.
6466
:param batch_size: [Optional] Value to write the points in batches

0 commit comments

Comments
 (0)