Initial release to PYPI today. Available functions include:
1. AutoLags(): Processing can be done via datatable or polars
2. AutoRollStats(): Processing can be done via datatable (polars coming soon)
3. AutoDiff(): Processing can be done via datatable (polars coming soon)
4. AutoCalendarVariables(): Processing can be done via datatable (polars coming soon)
The goal is to enable the user to pass in a datatable frame, a polars frame, or a pandas frame, then allow the user to choose between datatable or polars to handle the processing (my two favorite data wrangling packages in Python), and then allow the user to select from the three for an output frame type.