shapelets.SandBox.map#
- SandBox.map(*genExpr: generator) DataSet #
It transforms a Python generator expression into a Shapelets DataSet. The method rename column names in case the resulting column names after query execution contain special characters (i.e. . , : ( ) ? ¿ etc)
- Parameters:
- genExpr: types.GeneratorType
Generator expression to be transformed into a SQL query
- It returns a Shapelets DataSet with the result of executing the query specified implicitly in genExpr