a2rl.WiSeries.to_csv_dataset#
- WiSeries.to_csv_dataset(path_or_buf, *args, forced_categories=None, compact=False, **kwargs)[source]#
Save this series as a
Whatif
dataset.This method has similar signatures to
pandas.Series.to_csv()
, however with some changes.- Parameters:
path_or_buf (
str
|PathLike
[str
]) – Unlikepandas.Series.to_csv()
, this accepts only path name of the output dir.args – passed to
pandas.Series.to_csv()
.compact (
bool
) – When True, do not writeNone
entries to the output metadata YAML.kwargs – passed to
pandas.Series.to_csv()
.
- Return type: