|
|
|
|
|
by seanmceligot
552 days ago
|
|
It would be nice if python would show types in the documentation. Not only do I need that all the time, it would show python was taking type safety serious. For example, knowing the return type of a function is Union[DataFrame,Series] rather than simply DataFrame would save a lot of bad errors. |
|