[ buster ]
[ ソース: pandas ]
パッケージ: python-pandas (0.23.3+dfsg-3)
python-pandas に関するリンク
Debian の資源:
pandas ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [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 2 version.
その他の python-pandas 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
- dep: python (<< 2.8)
- dep: python (>= 2.7)
-
- dep: python-dateutil
- powerful extensions to the standard Python datetime module
-
- dep: python-numpy (>= 1:1.7~)
- Numerical Python - Python 言語に高速な配列操作機能を追加
-
- dep: python-pandas-lib (>= 0.23.3+dfsg-3)
- low-level implementations and bindings for pandas
-
- dep: python-pkg-resources
- pkg_resources を用いたパッケージ検索およびリソースアクセス
-
- dep: python-six
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-tz
- Python version of the Olson timezone database
-
- rec: python-bs4
- error-tolerant HTML parser for Python
-
- rec: python-html5lib
- HTML parser/tokenizer based on the WHATWG HTML5 specification
-
- rec: python-lxml
- pythonic binding for the libxml2 and libxslt libraries
-
- rec: python-matplotlib
- Python based plotting system in a style similar to Matlab
-
- rec: python-numexpr
- Fast numerical array expression evaluator for Python and NumPy
-
- rec: python-openpyxl
- Python module to read/write OpenXML xlsx/xlsm files
-
- rec: python-scipy
- scientific tools for Python
-
- rec: python-statsmodels
- Python module for the estimation of statistical models
-
- rec: python-tables
- hierarchical database for Python based on HDF5
-
- rec: python-xlrd
- extract data from Microsoft Excel spreadsheet files
-
- rec: python-xlwt
- module for writing Microsoft Excel spreadsheet files - Python 2.7
-
- sug: python-pandas-doc
- documentation and examples for pandas