filters
Filters ¶
Bases: ImmutableObject
Collection of filters to filter Series or DataFrame.
Parameters:
-
pql_filters
(Optional[Sequence[FilterLike]]
, default:None
) –PQL filters to use.
-
saola_connector
(Optional[SaolaConnector]
, default:None
) –Saola connector used to export data.
object_str
staticmethod
¶
Returns string representation of object with given class name and properties.
Parameters:
-
class_name
(str
) –Name of object class.
-
properties
(OrderedDict[str, Any]
) –Properties to include.
Returns:
-
str
–String representation.
shorten_string
staticmethod
¶
Shortens string to have maximum of max_length
characters.