1. 程式人生 > >學習筆記之pandas: Python Data Analysis Library

學習筆記之pandas: Python Data Analysis Library

open .com sets 學習 and ref ftw pro title

Python Data Analysis Library — pandas: Python Data Analysis Library

  • https://pandas.pydata.org/
  • pandas is an open source, BSD-licensed library providing high-performance, easy-to-use data structures and data analysis tools for the Python programming language.
  • pandas: powerful Python data analysis toolkit — pandas 0.22.0 documentation
    • http://pandas.pydata.org/pandas-docs/stable/index.html

pandas · GitHub

  • https://github.com/pandas-dev
  • Powerful data manipulation tools for Python
pandas (software) - Wikipedia
  • https://en.wikipedia.org/wiki/Pandas_(software)
  • In computer programming, pandas is a software library written for the Python programming language for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. It is free software released under the three-clause BSD license. The name is derived from the term "panel data", an econometrics term for data sets that include observations over multiple time periods for the same individuals.

pandas_百度百科

  • https://baike.baidu.com/item/pandas
  • Python Data Analysis Library 或 pandas 是基於NumPy 的一種工具,該工具是為了解決數據分析任務而創建的。Pandas 納入了大量庫和一些標準的數據模型,提供了高效地操作大型數據集所需的工具。pandas提供了大量能使我們快速便捷地處理數據的函數和方法。你很快就會發現,它是使Python成為強大而高效的數據分析環境的重要因素之一。

學習筆記之pandas: Python Data Analysis Library