Skip to content

Commit

Permalink
feat: Optimize serializing Pandas DataFrame for writing #92
Browse files Browse the repository at this point in the history
  • Loading branch information
rolincova committed May 21, 2020
1 parent 6a642ed commit 8de8ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_WriteApiDataFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def test_write_data_frame(self):
data_frame_measurement_name='h2o_feet',
data_frame_tag_columns=['location'])

self._write_client.__del__()

print("Time elapsed: ", (time.time() - start))

csv_file.close()

0 comments on commit 8de8ed9

Please sign in to comment.