Skip to content

v3.1.0

Compare
Choose a tag to compare
@parafoxia parafoxia released this 25 Mar 23:38
· 374 commits to main since this release

Feature release

Additions

  • Native Modin support (#23)
  • Report.to_excel -- exports the report to an Excel spreadsheet (#24)

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 method
  • await Report.ato_json
  • await Report.ato_csv