我是python中的新手,想学习使用pandas,但我甚至无法在python中正确使用该包.
在终端我试过
$ conda install pandas
Run Code Online (Sandbox Code Playgroud)
结果是:
Fetching package metadata .......
Solving package specifications: ..........
# All requested packages already installed.
# packages in environment at /Users/rudyyuan/anaconda:
#
pandas 0.18.1 np111py27_0
Rudy-Yuans-MBP:~ rudyyuan$
Run Code Online (Sandbox Code Playgroud)
然后我尝试使用pip安装:
Rudy-Yuans-MBP:~ rudyyuan$ pip install pandas
Requirement already satisfied (use --upgrade to upgrade): pandas in
./anaconda/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in
./anaconda/lib/python2.7/site-packages (from pandas)
Requirement already satisfied (use --upgrade to upgrade): pytz>=2011k in
./anaconda/lib/python2.7/site-packages (from pandas)
Requirement already satisfied (use --upgrade to upgrade): …
Run Code Online (Sandbox Code Playgroud)