7 lines
86 B
Prolog
7 lines
86 B
Prolog
|
|
:- use_module( library(python) ).
|
|
|
|
:- := import(pandas)).
|
|
|
|
pred2panda(Pred, Obj) :-
|
|
|