quandl / quandl-python

MIT License
1.38k stars 338 forks source link

conda install fetch 2.8.9 version #77

Closed femtotrader closed 8 years ago

femtotrader commented 8 years ago

Hello,

conda install fetch 2.8.9 version

$ conda --version
conda 4.1.11
$ python --version
Python 3.5.2 :: Anaconda custom (x86_64)

$ conda install quandl
Fetching package metadata .......
Solving package specifications: ..........

Package plan for installation in environment /Users/femto/anaconda:

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    quandl-2.8.9               |           py35_0          11 KB

The following NEW packages will be INSTALLED:

    quandl: 2.8.9-py35_0

Proceed ([y]/n)? y

Fetching packages ...
quandl-2.8.9-p 100% |############################################################################################################################################################| Time: 0:00:00 787.71 kB/s
Extracting packages ...
[      COMPLETE      ]|###############################################################################################################################################################################| 100%
Linking packages ...
[      COMPLETE      ]|###############################################################################################################################################################################| 100%
$ ipython
Python 3.5.2 |Anaconda custom (x86_64)| (default, Jul  2 2016, 17:52:12)
Type "copyright", "credits" or "license" for more information.

IPython 5.1.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: import quandl
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-ab7fa5ad38a5> in <module>()
----> 1 import quandl

ImportError: No module named 'quandl'

In [2]: import Quandl

In [3]: Quandl.__version__
Out[3]: '2.8.9'

In [4]: import pandas as pd

In [5]: pd.set_option("max_rows", 10)

In [6]: Quandl.get("ISM/MAN_PMI")
Out[6]:
            Index
Date
1948-01-01   51.7
1948-02-01   50.2
1948-03-01   43.3
1948-04-01   45.4
1948-05-01   49.5
...           ...
2016-03-01   51.8
2016-04-01   50.8
2016-05-01   51.3
2016-06-01   53.2
2016-07-01   52.6

[823 rows x 1 columns]

I thought that current version was 3.

Kind regards

mbasset commented 8 years ago

Hi @femtotrader,

You are correct the current version is 3.x. We have tried reaching out to the people behind the anaconda framework a number of times with no response. In the meantime you can download our latest package via pip or here https://pypi.python.org/pypi/Quandl/3.0.1.

femtotrader commented 8 years ago

Not sure closing this issue will help!

Pinging @teoliphant

mbasset commented 8 years ago

@femtotrader hopefully @teoliphant can help us.

femtotrader commented 8 years ago

Nice to know! Thanks for update