I haven't looked at calchipan in a couple of years, it's very likely that changes either in pandas or SQLAlchemy have caused minor breakages. You might as an experiment try out older versions of both. If you have any interest in debugging that would be of great help as I don't have much resources to look into it.
Sent from my iPhone > On Oct 25, 2014, at 9:48 AM, mdob <[email protected]> wrote: > > Hi, > I was trying to use SQLAlchemy with Pandas - CALCHIPAN. > Installed sqlalchemy, numpy and pandas from pip, then calchipan from source. > > SQLAlchemy==0.9.8 > argparse==1.2.1 > calchipan==0.1.0dev > ipython==2.3.0 > numpy==1.9.0 > pandas==0.15.0 > python-dateutil==2.2 > pytz==2014.7 > six==1.8.0 > wsgiref==0.1.2 > > > tried the example from https://bitbucket.org/zzzeek/calchipan/ > > and got > TypeError: "value" parameter must be a scalar or dict, but you passed a > "list" from pandas > > > full traceback: http://pastie.org/9674778 > > Am I using wrong versions? > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sqlalchemy. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/d/optout.
