matthewwardrop / formulaic

A high-performance implementation of Wilkinson formulas for Python.
MIT License
346 stars 25 forks source link

Add . operator #175

Open memeplex opened 9 months ago

memeplex commented 9 months ago

As in R formulae.

. denotes "everything else". E.g. y ~ . regress y on all other variables in a data frame.

Useful in combination with -.

matthewwardrop commented 9 months ago

Thanks for the suggestion @memeplex . I'll consider adding this in the next major release.