Update documentation to avoid filters as flt, aggregations as aggs
and spell them out instead
#1638
Labels
filters as flt, aggregations as aggs
and spell them out instead
#1638
Describe the bug
In many of the examples in the documentation, we have imports like
... filters as flt
. It looks inspired fromimport matplotlib.pyplot as plt
, but doesn't add much value imo, and seems like it might make AI confused in code generation (also me!)I'd like to update the documentation to import them with
filters
andaggregations
spelled out.The text was updated successfully, but these errors were encountered: