CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Add some missing extract ops #207

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

While working on a blog post, I noticed that we are missing some variants of the extract operator from spanner algebra:

This PR implements those two operations and adds appropriate tests.