Port details on branch 2023Q1 |
- py-pandas Flexible, high-performance data analysis in Python
- 2.1.4,1 math =4 2.0.3_2,1Version of this port present on the latest quarterly branch.
- Maintainer: python@FreeBSD.org
- Port Added: 2012-08-16 14:57:55
- Last Update: 2024-11-03 13:23:37
- Commit Hash: 28954a2
- People watching this port, also watch:: py39-beautifulsoup, linux_dvbwrapper-kmod, monit, p5-MIME-Tools, gammu
- Also Listed In: devel python
- License: BSD3CLAUSE
- WWW:
- https://pandas.pydata.org/
- https://pandas.pydata.org/docs/
- https://github.com/pandas-dev/pandas
- 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 py311-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 py311-pandas listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pandas
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729994428
SHA256 (pandas-2.1.4.tar.gz) = fcb68203c833cc735321512e13861358079a96c174a61f5116a1de89c58c0ef7
SIZE (pandas-2.1.4.tar.gz) = 4274800
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson>=1.2.1 : devel/meson@py311
- py311-meson-python>=0.13.1 : devel/meson-python@py311
- py311-numpy>=1.26.0,1<2,1 : math/py-numpy@py311
- py311-versioneer>=0 : devel/py-versioneer@py311
- py311-wheel>=0 : devel/py-wheel@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-arrow>=0 : devel/py-arrow@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.26.0,1<2,1 : math/py-numpy@py311
- py311-python-dateutil>=2.8.2 : devel/py-python-dateutil@py311
- py311-pytz>=2020.1,1 : devel/py-pytz@py311
- py311-sqlite3>=0 : databases/py-sqlite3@py311
- py311-tzdata>=2022.1 : devel/py-tzdata@py311
- py311-bottleneck>=1.2.0 : math/py-bottleneck@py311
- py311-numexpr>=2.6.1 : math/py-numexpr@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- finance/freqtrade
- finance/py-Nasdaq-Data-Link
- finance/py-degiro-connector
- finance/py-exchange-calendars
- finance/py-financedatabase
- finance/py-financetoolkit
- finance/py-investpy
-
Deleted ports which required this port:
- for Run
-
- astro/py-metpy
- astro/py-skyfield
- biology/py-biom-format
- biology/py-goatools
- biology/py-gtfparse
- biology/py-loompy
- biology/py-orange3-single-cell
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for py311-pandas-2.1.4,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
ALCHEMY14=off: Support SQL databases via databases/py-sqlalchemy14
ALCHEMY20=off: Support SQL databases via databases/py-sqlalchemy20
===> 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:
|