blob: 8ca8b7ed55eb58addd3edd14b86aef6aadf02ed1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
===
Note that the following ports are not strict dependencies but are highly
recommended to get the most out of pandas. Install them as needed.
numexpr math/py-numexpr
scipy science/py-scipy
pytables devel/py-tables
matplotlib math/py-matplotlib
xlrd textproc/py-xlrd
xlwt textproc/py-xlwt
openpyxl textproc/py-openpyxl
To use the HTML table parsing capabilities that are new to 0.12.0, you
will need to install
beautifulsoup www/py-beautifulsoup
and one or the other or both of
html5lib www/py-html5lib
lxml devel/py-lxml
Please read the pandas documentation before deciding:
http://pandas.pydata.org/pandas-docs/stable/gotchas.html#html-gotchas
Also recommended, but not yet available in ports are:
bottleneck http://berkeleyanalytics.com/bottleneck/
scikits.statsmodels http://statsmodels.sourceforge.net/
===
|