bendudson / py4cl

Call python from Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pandas Example

jgarte opened this issue · comments

Hi,

What do you think if we had an example showing how to use pandas?

* (pd:series '(1 2 3 4))
#S(py4cl::python-object :type "<class 'pandas.core.series.Series'>" :handle 0)