Show data types for pandas data frames in terminal and notebooks by monkey-patching pandas formatters
| Turn this | into |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
pip install -U pdtypes# Patching enabled by default
import pdtypesTo disable patching (get everything back to what it was)
import pdtypes
# ...
pdtypes.unpatch()
# To patch again
pdtypes.patch()






