CODAIT / text-extensions-for-pandas

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

Change TensorArray dtype to TensorDtype for consistency #123

Closed BryanCutler closed 4 years ago

BryanCutler commented 4 years ago

Also, change function name to span_to_arrow() for consistency.

BryanCutler commented 4 years ago

Going to merge this since it's minor