What's New in Version 1.31.0
Version 1.31.0 of the relationalai Python package is now available!
To upgrade, activate your virtual environment and run the following command:
pip install --upgrade relationalaiNew Features and Enhancements
Section titled “New Features and Enhancements”- You can now use the
varianceandvariance_sampaggregates to measure how spread out your data is.variancereturns the population variance andvariance_sampreturns the sample variance, and you can group either one withper()like any other aggregate.