mt.pd

Shorthand for loading pandas and mt.pandas into the same module.

Instead of:

import pandas as pd

You do:

from mt import pd

It will import the pandas package plus the additional stuff implemented in :module:`mt.pandas`.

Please see Python package pandas for more details.