安裝NumPy 和 Pandas
安裝NumPy:
DOS或者 PowerShell下運行命令:
pip install numpy
(Successfully installed numpy-1.19.5)
Pandas是建立在NumPy之上的數據處理庫,安裝Pandas
pip install pandas
NumPy和Pandas是數據科學中的兩個核心庫,它們共同為數據處理、分析和建模提供了強大的工具。
安裝NumPy:
DOS或者 PowerShell下運行命令:
pip install numpy
(Successfully installed numpy-1.19.5)
Pandas是建立在NumPy之上的數據處理庫,安裝Pandas
pip install pandas
NumPy和Pandas是數據科學中的兩個核心庫,它們共同為數據處理、分析和建模提供了強大的工具。