top | item 14237872

(no title)

ilurkedhere | 8 years ago

In typical usage, do you need the type hints much? I saw ":: Float" in there for the df example, for instance.

discuss

order

_iostreamer_|8 years ago

Not really, in the example of df, I was filtering on the basis of size, which is not int usually but a decimal value, hence I had to provide the type hint.