You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
>>> dict = {'alpha': 0, 'beta':1}
>>> sa = tc.SArray(dict.keys())
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/jong/Source/turicreate/debug/src/unity/python/turicreate/data_structures/sarray.py", line 422, in __init__
raise TypeError("Unexpected data source. " \
TypeError: Unexpected data source. Possible data source types are: list, numpy.ndarray, pandas.Series, and string(url)
The text was updated successfully, but these errors were encountered:
It currently fails on e.g. python3 dict_keys:
The text was updated successfully, but these errors were encountered: