stats_can
stats_can copied to clipboard
simpler date parameter format
Hi @ianepreston,
Functions such as vectors_to_df
accept date-related parameters strings in the format YYYY-MM-DD which are more convenient for users to pass to functions than datetime.date
objects. One could add this option to the docstrings and show an example in the documentation.
I could provide a PR.
@chritter, that's a good idea. I would definitely accept a PR for that. Thanks again!