-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
dataframe.eval() can't work with 'cash' column ? #6139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the variable cash is defined in your sessino. do a del cash,then try again. this is an API issue as it should just warn you and not raise (or optionally just ignore the error). @cpcloud can you link the related issue |
Oh, yes. I do have a |
its raising because it sees a name conflict. as I said above we are going to change this to a warning (or actually for query this would just work as it will preference the column name). |
See #5987 for discussion on improving this. For now you will have to rename one of both I think. |
closing this as already discussed in #5987 |
The text was updated successfully, but these errors were encountered: