v3.1.0
Feature release
Additions
Changes
The Report.to_json
and Report.to_csv
methods can now be called in sync or async contexts. For example, both of the following calls work:
report.to_csv("analytics.csv")
await report.to_csv("analytics.csv")
The Report.ato_json
and Report.ato_csv
methods still remain for backwards compatibility, but are deprecated.
Deprecations
analytix[df]
install methodawait Report.ato_json
await Report.ato_csv