datatable.FExpr.__init__()¶
Create a new FExpr object out of e.
The FExpr is serve as a simple wrapper of the underlying object,
allowing it to be combined with othef FExprs.
This constructor is 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.