datatable.FExpr.__init__()¶
Create a new dt.FExpr object out of e.
The FExpr serves as a simple wrapper of the underlying object,
allowing it to be combined with othef FExprs.
This constructor almost never needs to be run manually by the user.
Parameters¶
e
None | bool | int | str | float | slice | list | tuple | dict | type | stype | ltype | Generator | FExpr | Frame | range | pd.DataFrame | pd.Series | np.array | np.ma.masked_arrayThe argument that will be converted into an FExpr.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.