filters
Filters ¶
Bases: ImmutableObject
Collection of filters to filter Series or DataFrame.
Parameters:
-
pql_filters
(
Optional[Sequence[FilterLike]]
) –PQL filters to use.
-
saola_connector
(
Optional[SaolaConnector]
) –Saola connector used to export data.
filter_expression
property
¶
Returns filter expression for given filters.
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.