Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5bcfadf

Browse filesBrowse files
authored
chore(dataframe_client): update param definition. Closes influxdata#525. (influxdata#819)
1 parent cdc2c66 commit 5bcfadf
Copy full SHA for 5bcfadf

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎influxdb/_dataframe_client.py

Copy file name to clipboardExpand all lines: influxdb/_dataframe_client.py
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.