Type: nodetool.data.SaveCSVDataframeFile

Namespace: nodetool.data

Description

Write a pandas DataFrame to a CSV file. files, csv, write, output, save, file

The filename can include time and date variables:
%Y - Year, %m - Month, %d - Day
%H - Hour, %M - Minute, %S - Second

Properties

Property Type Description Default
dataframe dataframe DataFrame to write to CSV {'type': 'dataframe', 'uri': '', 'asset_id': None, 'data': None, 'columns': None}
folder str Folder where the file will be saved ``
filename str Name of the CSV file to save. Supports strftime format codes. ``

Outputs

Output Type Description
output dataframe  

Metadata

Browse other nodes in the nodetool.data namespace.