summaryrefslogtreecommitdiff
path: root/math/py-pandas/files/pkg-message.in
blob: 09f5e907da6a2735965329a3a8677c88798698db (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.

Library		Port origin		Purpose
-------		-----------		-------
boto		devel/py-boto		access Amazon S3
pytables	devel/py-tables		necessary for HDF5-based storage
bottleneck	math/py-bottleneck	accelerate certain NaN evals
matplotlib	math/py-matplotlib	plotting
numexpr		math/py-numexpr		accelerate certain numerical ops
statsmodels	math/py-statsmodels	enables parts of pandas.stats
scipy		science/py-scipy	misc. statistical functions
openpyxl	textproc/py-openpyxl	Excel 2007+ I/O
xlrd		textproc/py-xlrd	Excel input
xlwt		textproc/py-xlwt	Excel output

To use the HTML table parsing capabilities that were introduced in
pandas 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
===