on winpython 3.4 / Spyder 2.3.6 :
>>> import pandas as pd
>>> p=pd.DataFrame(data=range(10))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"D:\WinPython\basedir34\build\winpython-3.4.3.amd64\python-3.4.3.amd64\lib\site-packages\pandas\core\frame.py",
 
line 302, in __init__
    raise PandasError('DataFrame constructor not properly called!')
pandas.core.common.PandasError: DataFrame constructor not properly called!
>>> 

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to