guillaumechereau / regdel

Ncurses based interface to ledger: regdel is to ledger what tig is to git.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing pd

alensiljak opened this issue · comments

The resample function refers to a pd variable, which isn't defined earlier. Could you please clarify which library this is? Thanks

Python 3.7.3, Windows

I see it refers to Pandas, which is not imported nor immediately available. I'd assume an import statement needs to be added.

OK, got it. This is definitely not suited to be run on Windows but let's see where we get.

There is a collection of Python libraries (some implementation still missing, though) at https://www.lfd.uci.edu/~gohlke/pythonlibs/

I'll try to make this work with Python 3 on Windows.