Advertisement
Guest User

nosetests pandas log

a guest
May 22nd, 2012
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.19 KB | None | 0 0
  1. ................SS..................................SS................................................................E.
  2. ................................................................E.....................................S.................
  3. S..S............S.....S...S.....SSSSSSSSSSSSSSSSSSSSSSSS................................................................
  4. ..................................................S.........S..SS.......................................................
  5. ..............................................................E.........................................................
  6. ...................E.............E.E.............................................................................E......
  7. ....................E..................................................E......................SS............SS.........E
  8. .E.......E.............E...............................................E...EE...........................................
  9. .....................................................................S..................................................
  10. ..............S.................................S.......................................................................
  11. .....................................................E.....S......................................................EE....
  12. ..E.E.........................................E.................................EE...........................E..........
  13. ..........................................E....
  14. ======================================================================
  15. ERROR: test_describe (pandas.sparse.tests.test_sparse.TestSparseDataFrame)
  16. ----------------------------------------------------------------------
  17. Traceback (most recent call last):
  18. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\sparse\tests\test_sparse.py", line 1077, i
  19. n test_describe
  20. desc = self.frame.describe()
  21. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  22. series.min(), series.quantile(lb), series.median(),
  23. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  24. from scipy.stats import scoreatpercentile
  25. ImportError: No module named scipy.stats
  26.  
  27. ======================================================================
  28. ERROR: test_skew (pandas.sparse.tests.test_sparse.TestSparsePanel)
  29. ----------------------------------------------------------------------
  30. Traceback (most recent call last):
  31. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_panel.py", line 78, in test_ske
  32. w
  33. from scipy.stats import skew
  34. ImportError: No module named scipy.stats
  35.  
  36. ======================================================================
  37. ERROR: test_apply_differently_indexed (pandas.tests.test_frame.TestDataFrame)
  38. ----------------------------------------------------------------------
  39. Traceback (most recent call last):
  40. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 3864, in test_a
  41. pply_differently_indexed
  42. result0 = df.apply(Series.describe, axis=0)
  43. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3080, in apply
  44. return self._apply_standard(f, axis)
  45. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3135, in _apply_stand
  46. ard
  47. results[k] = func(v)
  48. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  49. self.quantile(lb), self.median(), self.quantile(ub),
  50. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  51. from scipy.stats import scoreatpercentile
  52. ImportError: ('No module named scipy.stats', 'occurred at index 0')
  53.  
  54. ======================================================================
  55. ERROR: test_corr (pandas.tests.test_frame.TestDataFrame)
  56. ----------------------------------------------------------------------
  57. Traceback (most recent call last):
  58. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 2902, in test_c
  59. orr
  60. _check_method('kendall')
  61. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 2897, in _check
  62. _method
  63. correls = self.frame.corr(method=method)
  64. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3349, in corr
  65. corrf = nanops.get_corr_func(method)
  66. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\nanops.py", line 327, in get_corr_fun
  67. c
  68. from scipy.stats import kendalltau, spearmanr
  69. ImportError: No module named scipy.stats
  70.  
  71. ======================================================================
  72. ERROR: test_describe (pandas.tests.test_frame.TestDataFrame)
  73. ----------------------------------------------------------------------
  74. Traceback (most recent call last):
  75. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 4673, in test_d
  76. escribe
  77. desc = self.tsframe.describe()
  78. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  79. series.min(), series.quantile(lb), series.median(),
  80. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  81. from scipy.stats import scoreatpercentile
  82. ImportError: No module named scipy.stats
  83.  
  84. ======================================================================
  85. ERROR: test_describe_percentiles (pandas.tests.test_frame.TestDataFrame)
  86. ----------------------------------------------------------------------
  87. Traceback (most recent call last):
  88. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 4678, in test_d
  89. escribe_percentiles
  90. desc = self.frame.describe(percentile_width=50)
  91. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  92. series.min(), series.quantile(lb), series.median(),
  93. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  94. from scipy.stats import scoreatpercentile
  95. ImportError: No module named scipy.stats
  96.  
  97. ======================================================================
  98. ERROR: test_kurt (pandas.tests.test_frame.TestDataFrame)
  99. ----------------------------------------------------------------------
  100. Traceback (most recent call last):
  101. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 4420, in test_k
  102. urt
  103. from scipy.stats import kurtosis
  104. ImportError: No module named scipy.stats
  105.  
  106. ======================================================================
  107. ERROR: test_rank (pandas.tests.test_frame.TestDataFrame)
  108. ----------------------------------------------------------------------
  109. Traceback (most recent call last):
  110. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 4612, in test_r
  111. ank
  112. from scipy.stats import rankdata
  113. ImportError: No module named scipy.stats
  114.  
  115. ======================================================================
  116. ERROR: test_skew (pandas.tests.test_frame.TestDataFrame)
  117. ----------------------------------------------------------------------
  118. Traceback (most recent call last):
  119. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_frame.py", line 4410, in test_s
  120. kew
  121. from scipy.stats import skew
  122. ImportError: No module named scipy.stats
  123.  
  124. ======================================================================
  125. ERROR: test_apply_concat_preserve_names (pandas.tests.test_groupby.TestGroupBy)
  126. ----------------------------------------------------------------------
  127. Traceback (most recent call last):
  128. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 951, in test_
  129. apply_concat_preserve_names
  130. result = grouped.apply(desc)
  131. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  132. return self._python_apply_general(func, *args, **kwargs)
  133. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  134. ly_general
  135. res = func(group, *args, **kwargs)
  136. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 930, in desc
  137. result = group.describe()
  138. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  139. series.min(), series.quantile(lb), series.median(),
  140. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  141. from scipy.stats import scoreatpercentile
  142. ImportError: No module named scipy.stats
  143.  
  144. ======================================================================
  145. ERROR: test_apply_describe_bug (pandas.tests.test_groupby.TestGroupBy)
  146. ----------------------------------------------------------------------
  147. Traceback (most recent call last):
  148. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 176, in wrapper
  149. return self.apply(curried_with_axis)
  150. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  151. return self._python_apply_general(func, *args, **kwargs)
  152. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  153. ly_general
  154. res = func(group, *args, **kwargs)
  155. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 171, in curried_wit
  156. h_axis
  157. return f(x, *args, **kwargs_with_axis)
  158. TypeError: describe() got an unexpected keyword argument 'axis'
  159.  
  160. During handling of the above exception, another exception occurred:
  161.  
  162. Traceback (most recent call last):
  163. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 244, in test_
  164. apply_describe_bug
  165. result = grouped.describe() # it works!
  166. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 178, in wrapper
  167. return self.apply(curried)
  168. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  169. return self._python_apply_general(func, *args, **kwargs)
  170. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  171. ly_general
  172. res = func(group, *args, **kwargs)
  173. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 173, in curried
  174. return f(x, *args, **kwargs)
  175. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  176. series.min(), series.quantile(lb), series.median(),
  177. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  178. from scipy.stats import scoreatpercentile
  179. ImportError: No module named scipy.stats
  180.  
  181. ======================================================================
  182. ERROR: test_attr_wrapper (pandas.tests.test_groupby.TestGroupBy)
  183. ----------------------------------------------------------------------
  184. Traceback (most recent call last):
  185. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 176, in wrapper
  186. return self.apply(curried_with_axis)
  187. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  188. return self._python_apply_general(func, *args, **kwargs)
  189. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  190. ly_general
  191. res = func(group, *args, **kwargs)
  192. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 171, in curried_wit
  193. h_axis
  194. return f(x, *args, **kwargs_with_axis)
  195. TypeError: describe() got an unexpected keyword argument 'axis'
  196.  
  197. During handling of the above exception, another exception occurred:
  198.  
  199. Traceback (most recent call last):
  200. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 411, in test_
  201. attr_wrapper
  202. result = grouped.describe()
  203. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 178, in wrapper
  204. return self.apply(curried)
  205. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  206. return self._python_apply_general(func, *args, **kwargs)
  207. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  208. ly_general
  209. res = func(group, *args, **kwargs)
  210. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 173, in curried
  211. return f(x, *args, **kwargs)
  212. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  213. self.quantile(lb), self.median(), self.quantile(ub),
  214. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  215. from scipy.stats import scoreatpercentile
  216. ImportError: No module named scipy.stats
  217.  
  218. ======================================================================
  219. ERROR: test_frame_describe_multikey (pandas.tests.test_groupby.TestGroupBy)
  220. ----------------------------------------------------------------------
  221. Traceback (most recent call last):
  222. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 176, in wrapper
  223. return self.apply(curried_with_axis)
  224. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  225. return self._python_apply_general(func, *args, **kwargs)
  226. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  227. ly_general
  228. res = func(group, *args, **kwargs)
  229. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 171, in curried_wit
  230. h_axis
  231. return f(x, *args, **kwargs_with_axis)
  232. TypeError: describe() got an unexpected keyword argument 'axis'
  233.  
  234. During handling of the above exception, another exception occurred:
  235.  
  236. Traceback (most recent call last):
  237. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 478, in test_
  238. frame_describe_multikey
  239. result = grouped.describe()
  240. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 178, in wrapper
  241. return self.apply(curried)
  242. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  243. return self._python_apply_general(func, *args, **kwargs)
  244. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  245. ly_general
  246. res = func(group, *args, **kwargs)
  247. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 173, in curried
  248. return f(x, *args, **kwargs)
  249. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\frame.py", line 3483, in describe
  250. series.min(), series.quantile(lb), series.median(),
  251. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  252. from scipy.stats import scoreatpercentile
  253. ImportError: No module named scipy.stats
  254.  
  255. ======================================================================
  256. ERROR: test_pass_args_kwargs (pandas.tests.test_groupby.TestGroupBy)
  257. ----------------------------------------------------------------------
  258. Traceback (most recent call last):
  259. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 1214, in test
  260. _pass_args_kwargs
  261. from scipy.stats import scoreatpercentile
  262. ImportError: No module named scipy.stats
  263.  
  264. ======================================================================
  265. ERROR: test_series_describe_multikey (pandas.tests.test_groupby.TestGroupBy)
  266. ----------------------------------------------------------------------
  267. Traceback (most recent call last):
  268. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 176, in wrapper
  269. return self.apply(curried_with_axis)
  270. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  271. return self._python_apply_general(func, *args, **kwargs)
  272. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  273. ly_general
  274. res = func(group, *args, **kwargs)
  275. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 171, in curried_wit
  276. h_axis
  277. return f(x, *args, **kwargs_with_axis)
  278. TypeError: describe() got an unexpected keyword argument 'axis'
  279.  
  280. During handling of the above exception, another exception occurred:
  281.  
  282. Traceback (most recent call last):
  283. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 428, in test_
  284. series_describe_multikey
  285. result = grouped.describe().unstack()
  286. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 178, in wrapper
  287. return self.apply(curried)
  288. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  289. return self._python_apply_general(func, *args, **kwargs)
  290. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  291. ly_general
  292. res = func(group, *args, **kwargs)
  293. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 173, in curried
  294. return f(x, *args, **kwargs)
  295. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  296. self.quantile(lb), self.median(), self.quantile(ub),
  297. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  298. from scipy.stats import scoreatpercentile
  299. ImportError: No module named scipy.stats
  300.  
  301. ======================================================================
  302. ERROR: test_series_describe_single (pandas.tests.test_groupby.TestGroupBy)
  303. ----------------------------------------------------------------------
  304. Traceback (most recent call last):
  305. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 436, in test_
  306. series_describe_single
  307. result = grouped.apply(lambda x: x.describe())
  308. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 237, in apply
  309. return self._python_apply_general(func, *args, **kwargs)
  310. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\groupby.py", line 361, in _python_app
  311. ly_general
  312. res = func(group, *args, **kwargs)
  313. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_groupby.py", line 436, in <lamb
  314. da>
  315. result = grouped.apply(lambda x: x.describe())
  316. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  317. self.quantile(lb), self.median(), self.quantile(ub),
  318. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  319. from scipy.stats import scoreatpercentile
  320. ImportError: No module named scipy.stats
  321.  
  322. ======================================================================
  323. ERROR: test_skew (pandas.tests.test_panel.TestPanel)
  324. ----------------------------------------------------------------------
  325. Traceback (most recent call last):
  326. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_panel.py", line 78, in test_ske
  327. w
  328. from scipy.stats import skew
  329. ImportError: No module named scipy.stats
  330.  
  331. ======================================================================
  332. ERROR: test_corr (pandas.tests.test_series.TestSeries)
  333. ----------------------------------------------------------------------
  334. Traceback (most recent call last):
  335. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1510, in test_
  336. corr
  337. import scipy.stats as stats
  338. ImportError: No module named scipy.stats
  339.  
  340. ======================================================================
  341. ERROR: test_corr_rank (pandas.tests.test_series.TestSeries)
  342. ----------------------------------------------------------------------
  343. Traceback (most recent call last):
  344. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1533, in test_
  345. corr_rank
  346. import scipy
  347. ImportError: No module named scipy
  348.  
  349. ======================================================================
  350. ERROR: test_describe (pandas.tests.test_series.TestSeries)
  351. ----------------------------------------------------------------------
  352. Traceback (most recent call last):
  353. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1058, in test_
  354. describe
  355. _ = self.series.describe()
  356. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  357. self.quantile(lb), self.median(), self.quantile(ub),
  358. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  359. from scipy.stats import scoreatpercentile
  360. ImportError: No module named scipy.stats
  361.  
  362. ======================================================================
  363. ERROR: test_describe_percentiles (pandas.tests.test_series.TestSeries)
  364. ----------------------------------------------------------------------
  365. Traceback (most recent call last):
  366. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1062, in test_
  367. describe_percentiles
  368. desc = self.series.describe(percentile_width=50)
  369. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1300, in describe
  370. self.quantile(lb), self.median(), self.quantile(ub),
  371. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\core\series.py", line 1247, in quantile
  372. from scipy.stats import scoreatpercentile
  373. ImportError: No module named scipy.stats
  374.  
  375. ======================================================================
  376. ERROR: test_kurt (pandas.tests.test_series.TestSeries)
  377. ----------------------------------------------------------------------
  378. Traceback (most recent call last):
  379. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 921, in test_k
  380. urt
  381. from scipy.stats import kurtosis
  382. ImportError: No module named scipy.stats
  383.  
  384. ======================================================================
  385. ERROR: test_quantile (pandas.tests.test_series.TestSeries)
  386. ----------------------------------------------------------------------
  387. Traceback (most recent call last):
  388. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1049, in test_
  389. quantile
  390. from scipy.stats import scoreatpercentile
  391. ImportError: No module named scipy.stats
  392.  
  393. ======================================================================
  394. ERROR: test_rank (pandas.tests.test_series.TestSeries)
  395. ----------------------------------------------------------------------
  396. Traceback (most recent call last):
  397. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 1704, in test_
  398. rank
  399. from scipy.stats import rankdata
  400. ImportError: No module named scipy.stats
  401.  
  402. ======================================================================
  403. ERROR: test_skew (pandas.tests.test_series.TestSeries)
  404. ----------------------------------------------------------------------
  405. Traceback (most recent call last):
  406. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_series.py", line 916, in test_s
  407. kew
  408. from scipy.stats import skew
  409. ImportError: No module named scipy.stats
  410.  
  411. ======================================================================
  412. ERROR: pandas.tests.test_tseries.test_rank
  413. ----------------------------------------------------------------------
  414. Traceback (most recent call last):
  415. File "C:\Python32\lib\site-packages\nose\case.py", line 198, in runTest
  416. self.test(*self.arg)
  417. File "C:\Python32\lib\site-packages\pandas-0.7.3-py3.2-win-amd64.egg\pandas\tests\test_tseries.py", line 219, in test_
  418. rank
  419. from scipy.stats import rankdata
  420. ImportError: No module named scipy.stats
  421.  
  422. ----------------------------------------------------------------------
  423. Ran 1483 tests in 19.580s
  424.  
  425. FAILED (SKIP=46, errors=26)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement