matthewwardrop / formulaic

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

Add . operator #175

Open memeplex opened 5 months ago

memeplex commented 5 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 4 months ago

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