This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/pandas.yap

7 lines
86 B
Plaintext
Raw Normal View History

2016-08-25 18:10:33 +01:00
2017-02-20 14:37:26 +00:00
:- use_module( library(python) ).
2016-08-25 18:10:33 +01:00
2017-02-20 14:37:26 +00:00
:- := import(pandas)).
2016-08-25 18:10:33 +01:00
2017-02-20 14:37:26 +00:00
pred2panda(Pred, Obj) :-