This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Description
Now, I am digging into sdc source code, and I try to implement a limited version of pandas.dataframe.apply() for myself.
During this, I found your implementation of pandas.dataframe.head(). Why did you choose to implement an overload head method using func_text? Are there any reasons? Using normal python func definition will not work for sdc?
