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
C:\Users\ryan\Anaconda2\envs\gl-env\lib\site-packages\graphlab\cython\context.pyc in exit(self, exc_type, exc_value, traceback)
47 if not self.show_cython_trace:
48 # To hide cython trace, we re-raise from here
---> 49 raise exc_type(exc_value)
50 else:
51 # To show the full trace, we do nothing and let exception propagate
yan\Downloads\sfram_test.csv).
Have I done any wrong here? Appreciate any help in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I just start testing loading a small test csv with sframe in ipython notebook, and I am getting the following error:
sf = graphlab.SFrame('C:\Users\ryan\Downloads\sfram_test.csv')
Could not detect types. Using str for each column.
RuntimeError Traceback (most recent call last)
in ()
----> 1 sf = graphlab.SFrame('C:\Users\ryan\Downloads\sfram_test.csv')
C:\Users\ryan\Anaconda2\envs\gl-env\lib\site-packages\graphlab\data_structures\sframe.pyc in init(self, data, format, _proxy)
951 pass
952 else:
--> 953 raise ValueError('Unknown input type: ' + format)
954
955 sframe_size = -1
C:\Users\ryan\Anaconda2\envs\gl-env\lib\site-packages\graphlab\cython\context.pyc in exit(self, exc_type, exc_value, traceback)
47 if not self.show_cython_trace:
48 # To hide cython trace, we re-raise from here
---> 49 raise exc_type(exc_value)
50 else:
51 # To show the full trace, we do nothing and let exception propagate
yan\Downloads\sfram_test.csv).
Have I done any wrong here? Appreciate any help in advance.
The text was updated successfully, but these errors were encountered: