Closed
Description
A follow up issue from #30296 , where it was discussed that pd.datetime should also be deprecated to only allow imports directly from datetime
>>> import pandas as pd
>>> pd.datetime
<class 'datetime.datetime'>
A follow up issue from #30296 , where it was discussed that pd.datetime should also be deprecated to only allow imports directly from datetime
>>> import pandas as pd
>>> pd.datetime
<class 'datetime.datetime'>