Closed joshuaoco closed 3 years ago
This is a duplicate of #129, but thank you for taking the time to report this issue. The work around of quoting the field name should work also : Q('lambda')
. As noted in #129, in Formulaic, the currently in-development successor, this works fine:
from formulaic import Formula
Formula('lambda') # Outputs: 1 + lambda
Since this project is feature-frozen, I will close this issue for now.
Thanks again!
Hi, I was using your library and came across this error, I was wondering if you could tell me whether or not this is an issue with your library, or the implementation of python I'm using (it seems to me to be that one, but I thought I'd ask you guys before the scary python bug request page :) )