piper.io.to_csv¶
-
piper.io.to_csv(df: pandas.core.frame.DataFrame, *args, **kwargs) → None[source]¶ to CSV
This is a wrapper function rather than using e.g. df.to_csv() For details of args, kwargs - see help(pd.DataFrame.to_csv)
- Parameters
df – dataframe
*args – arguments for wrapped function
**kwargs – keyword-parameters for wrapped function
- Returns
- Return type
A pandas DataFrame