Skip to content

actxpspy v1.0.0

Latest
Compare
Choose a tag to compare
@mattheaphy mattheaphy released this 03 Mar 00:32
· 9 commits to main since this release
1674a60
  • To improve speed and efficiency, the data frame backend was changed from Pandas to Polars.
    • The data property of ExposedDF, ExpStats, and TrxStats is now a Polars data frame.
    • ExposedDF, ExpStats.from_DataFrame, and TrxStats.from_DataFrame will accept both Polars and Pandas data frames. However, Pandas data frames are immediately converted to Polars.
  • Removed all add_* date functions which are no longer needed under Polars
  • ExposedDF's groupby method was renamed to group_by.