You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the replace_bad_names function seems its setup to look for 'low' as part of an OHLC format, but it also detects titles with those three letters, for example 'ma_slow' for naming a slow moving average. Suggestion to change the regex so that it only selects specifically low.