For now, we have no choice but to use `df.__dir__` to check the available pandas methods. It might be a good idea to retrieve the function names from `df.__dir__` and re-define the `df` class methods with it.