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
"\"{0}\" is not a supported function".format(name))
ValueError: "log10" is not a supported function
I know we can substitute the log10(a) behaviour with log(a)/log(10) but the pull request fix I'll post is a one word addition and makes things way more readable when you have long expressions
Code Sample, a copy-pastable example if possible
Problem description
As expected,
I know we can substitute the log10(a) behaviour with log(a)/log(10) but the pull request fix I'll post is a one word addition and makes things way more readable when you have long expressions
Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: