modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code
http://modin.readthedocs.io
Apache License 2.0
9.91k stars 653 forks source link

FEAT: Add type annotations to frontend methods #7385

Open noloerino opened 2 months ago

noloerino commented 2 months ago

Is your feature request related to a problem? Please describe. Many frontend methods are missing type annotations on parameters or return types, which are necessary for downstream extension libraries to generate annotations in documentation.