Port details on branch 2024Q1 |
- py-pandas Flexible, high-performance data analysis in Python
- 2.0.3_1,1 math
=0 2.0.3_1,1Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2024-01-19 02:24:06
- Last Update: 2024-01-19 02:23:10
- Commit Hash: 4e3c217
- Also Listed In: devel python
- License: BSD3CLAUSE
- WWW:
- https://pandas.pydata.org/
- Description:
- pandas is a Python package providing fast, flexible, and expressive
data structures designed to make working with "relational" or
"labeled" data both easy and intuitive. It aims to be the
fundamental high-level building block for doing practical, real
world data analysis in Python.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-pandas/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-pandas
- pkg install py39-pandas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-pandas listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pandas
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1688167284
SHA256 (pandas-2.0.3.tar.gz) = c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512e2043c
SIZE (pandas-2.0.3.tar.gz) = 5284455
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-numpy>=1.23.2,1 : math/py-numpy@py39
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-versioneer>=0 : devel/py-versioneer@py39
- py39-wheel>=0 : devel/py-wheel@py39
- cython-3.9 : lang/cython@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- py39-arrow>=0 : devel/py-arrow@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.23.2,1 : math/py-numpy@py39
- py39-dateutil>=2.8.2 : devel/py-dateutil@py39
- py39-pytz>=2020.1,1 : devel/py-pytz@py39
- py39-sqlite3>=0 : databases/py-sqlite3@py39
- py39-tzdata>=2022.1 : devel/py-tzdata@py39
- py39-bottleneck>=1.2.0 : math/py-bottleneck@py39
- py39-numexpr>=2.6.1 : math/py-numexpr@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- graphics/qgis
- graphics/qgis-ltr
- science/agrum
Configuration Options:
- ===> The following configuration options are available for py39-pandas-2.0.3_1,1:
MPL=off: Support graphical plotting output via math/py-matplotlib
SCIPY=off: Support various statistical functions via science/py-scipy
====> Computation Acceleration Add-ons
BTLNCK=on: Accelerate certain NaN evals via math/py-bottleneck
NUMEXPR=on: Accelerate certain numerical ops via math/py-numexpr
====> Data Storage Add-ons
BOTO=off: Support Amazon S3 storage via devel/py-boto
TABLES=off: Support HDF5-based storage via devel/py-tables
====> HTML Parsing/Generation Add-ons
LXML=off: Parse HTML with devel/py-lxml and www/py-beautifulsoup
HTML5LIB=off: Parse HTML with www/py-html5lib and www/py-beautifulsoup
JINJA2=off: Support conditional HTML formatting with devel/py-Jinja2
====> MS Excel I/O Add-ons
XLRD=off: Read MS Excel with textproc/py-xlrd
XLWT=off: Write MS Excel with textproc/py-xlwt
OPENPYXL=off: Write MS Excel 2007+ with textproc/py-openpyxl
XLSX=off: Write MS Excel with textproc/py-xlsxwriter
====> SQLAlchemy ORM Add-ons: you can only select none or one of them
ALCHEMY10=off: Support SQL databases via databases/py-sqlalchemy10
ALCHEMY11=off: Support SQL databases via databases/py-sqlalchemy11
ALCHEMY12=off: Support SQL databases via databases/py-sqlalchemy12
ALCHEMY13=off: Support SQL databases via databases/py-sqlalchemy13
ALCHEMY14=off: Support SQL databases via databases/py-sqlalchemy14
===> Use 'make config' to modify these settings
- Options name:
- math_py-pandas
- USES:
- cpe python
- pkg-message:
- For install:
- Install math/py-statsmodels to enable parts of pandas.stats.
Install devel/py-xarray to enable the to_xarray() function.
- Master Sites:
|