>What am I doing wrong? Is the dictionary too big? Are the any limits?
>
>
You may have problem using 'numpy' arrays as I did have before.
Ensure your numpy arrays are declared with double precision.
Regards,
++
Jul.
--
Julien VIENNE
CLIMPACT
Institut Pierre-Simon Laplace
4
Hi list,
I use:
Windows XP
numpy 0.9.8
Rpy 1.0-RC1
I have some data that I keep in a python-dictionary and which I would like
to transfer into a data frame in R.
The dictionary has 20 keys with each key being assigned to a list holding
336 numerical values.
(that is 20 * 336 = 6720 entries for t
Hi list,
I use:
Windows XP
numpy 0.9.8
Rpy 1.0-RC1
I have some data that I keep in a python-dictionary and which I would like
to transfer into a data frame in R.
The dictionary has 20 keys (representing the columns) with each key being
assigned to a list holding 336 numerical values (representi