fill_gaps
function gives uninformative Exception in case of frequency error
#153
Labels
bug
Something isn't working
What happened + What you expected to happen
Thank you a lot for your work! This lib is helping me a lot.
When running the
fill_gaps
function with a mismatch betweentime_col
andfreq
(for example,time_col
is int butfreq
is string), it returns a PandasAttributeError
about datetimelike values. It would be better to receive a ValueError about the mismatch betweentime_col
andfreq
.Versions / Dependencies
Click to expand
utilsforecast - 0.2.11Reproducible example
The output is an AttributeError when calling
id_time_grid
.Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: