s-leroux / fin

Set of tools for personal investment
MIT License
1 stars 0 forks source link

Serie to string conversion should default to tabular mode #21

Open s-leroux opened 3 months ago

s-leroux commented 3 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.~

s-leroux commented 3 months ago

The TABULAR output is the default starting with https://github.com/s-leroux/fin/tree/v0.2.0.

We may use an environment variable to change that default.