Awesome to find this package. This is probably obvious in hindsight, or to those more experienced, but it took me a couple tries to get query() working with a string. I wondered if the docs could be updated with something like this? [Edit: my problem was not quoting the "string_to_match".]
I noticed that the link to pandas query also doesn't show examples of matching to strings.
If you're interested in this, I can updated the example df to include this new column and update the other example output accordingly?
I also might misunderstand how one should do the above. This is admittedly my first time using the package. Happy to help with a PR if you think this is a helpful suggestion.
Greetings,
Awesome to find this package. This is probably obvious in hindsight, or to those more experienced, but it took me a couple tries to get
query()
working with a string. I wondered if the docs could be updated with something like this? [Edit: my problem was not quoting the "string_to_match".]I noticed that the link to pandas query also doesn't show examples of matching to strings.
If you're interested in this, I can updated the example df to include this new column and update the other example output accordingly?
I also might misunderstand how one should do the above. This is admittedly my first time using the package. Happy to help with a PR if you think this is a helpful suggestion.