server icon indicating copy to clipboard operation
server copied to clipboard

fix: Update to support parsing string tensor data

Open brightsparc opened this issue 3 years ago • 2 comments
trafficstars

Fixes: #4720

Added support for splitting strings in get_numpy_array using python csv import, example

>>> import csv
>>> next(csv.reader(['"3", "a, b", "C"'], skipinitialspace=True))
['3', 'a, b', 'C']

brightsparc avatar Aug 01 '22 00:08 brightsparc

@brightsparc Can you complete and send the CLA?

tanmayv25 avatar Aug 01 '22 23:08 tanmayv25

Can you complete and send the CLA?

Thanks, I have sent the CLA through via my employer Predibase.

brightsparc avatar Aug 03 '22 01:08 brightsparc

Any progress on landing this fix?

brightsparc avatar Oct 13 '22 00:10 brightsparc

Thanks for your contribution!

tanmayv25 avatar Oct 21 '22 23:10 tanmayv25