[ 源代码: pandas ]
软件包:python3-pandas(1.1.5+dfsg-2)
python3-pandas 的相关链接
Debian 的资源:
下载源码包 pandas:
维护小组:
- Debian Science Team (QA 页面, 邮件存档)
- Yaroslav Halchenko (QA 页面)
- Michael Hanke (QA 页面)
- Rebecca N. Palmer (QA 页面)
外部的资源:
- 主页 [pandas.pydata.org]
相似软件包:
data structures for "relational" or "labeled" data
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. pandas is well suited for many different kinds of data:
- Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet - Ordered and unordered (not necessarily fixed-frequency) time series data. - Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels - Any other form of observational / statistical data sets. The data actually need not be labeled at all to be placed into a pandas data structure
This package contains the Python 3 version.
其他与 python3-pandas 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dateutil (>= 2.7.3~)
- powerful extensions to the standard Python 3 datetime module
-
- dep: python3-numpy (>= 1:1.15~)
- Fast array facility to the Python 3 language
-
- dep: python3-pandas-lib (>= 1.1.5+dfsg)
- low-level implementations and bindings for pandas
-
- dep: python3-pkg-resources
- Package Discovery and Resource Access using pkg_resources
-
- dep: python3-six
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-tz
- Python3 version of the Olson timezone database
-
- rec: python3-bottleneck
- Fast NumPy array functions written in C (Python 3)
-
- rec: python3-bs4
- error-tolerant HTML parser for Python 3
-
- rec: python3-html5lib
- HTML parser/tokenizer based on the WHATWG HTML5 specification
-
- rec: python3-jinja2
- small but fast and easy to use stand-alone template engine
-
- rec: python3-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- rec: python3-matplotlib
- Python based plotting system in a style similar to Matlab (Python 3)
-
- rec: python3-numexpr
- Fast numerical array expression evaluator for Python 3 and NumPy
-
- rec: python3-odf
- Python3 API to manipulate OpenDocument files
-
- rec: python3-openpyxl
- Python 3 module to read/write OpenXML xlsx/xlsm files
-
- rec: python3-scipy
- scientific tools for Python 3
-
- rec: python3-tables
- hierarchical database for Python3 based on HDF5
-
- rec: python3-xlwt
- module for writing Microsoft Excel spreadsheet files - Python 3.x
-
- sug: python-pandas-doc
- data structures for "relational" or "labeled" data - documentation
-
- sug: python3-statsmodels
- Python3 module for the estimation of statistical models