Skip to content

Commit 534f5b9

Browse files
committed
docs: fix an example how to write Pandas.DataFrame
1 parent d396581 commit 534f5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ The batching is configurable by ``write_options``\ :
334334
index=[now, now + timedelta(hours=1)],
335335
columns=["location", "water_level"])
336336
337-
_write_client.write(bucket.name, record=data_frame, data_frame_measurement_name='h2o_feet',
337+
_write_client.write("my-bucket", "my-org", record=data_frame, data_frame_measurement_name='h2o_feet',
338338
data_frame_tag_columns=['location'])
339339
340340
"""

0 commit comments

Comments
 (0)