Y
Hacker News
new
|
ask
|
show
|
jobs
by
ilurkedhere
3337 days ago
In typical usage, do you need the type hints much? I saw ":: Float" in there for the df example, for instance.
1 comments
_iostreamer_
3337 days 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.
link