The developer experience of using the api could be improved (to put it mildly) - I'll give a demo
If I stick to dataframe methods, then it's all typed and so I get nice suggestions from my IDE:

But if I try getting the namespace out, I don't get any suggestions, because __dataframe_namespace__() is typed to return Any

Before I make suggestions, can we agree that this is a bad developer experience and that it needs fixing?
The developer experience of using the api could be improved (to put it mildly) - I'll give a demo
If I stick to dataframe methods, then it's all typed and so I get nice suggestions from my IDE:
But if I try getting the namespace out, I don't get any suggestions, because
__dataframe_namespace__()is typed to returnAnyBefore I make suggestions, can we agree that this is a bad developer experience and that it needs fixing?