Open s-leroux opened 7 months ago
https://github.com/s-leroux/fin/blob/1d7dbf85eceb1bebb41be36195dc99180bff6fc7/README.md?plain=1#L52-L56
The default output format should be tabular, not csv.
~An option would add (if feasible?) a second parameter to the Serie.__str__ method.~
Serie.__str__
The TABULAR output is the default starting with https://github.com/s-leroux/fin/tree/v0.2.0.
TABULAR
We may use an environment variable to change that default.
https://github.com/s-leroux/fin/blob/1d7dbf85eceb1bebb41be36195dc99180bff6fc7/README.md?plain=1#L52-L56
The default output format should be tabular, not csv.
~An option would add (if feasible?) a second parameter to the
Serie.__str__
method.~