import<module name>as<alias>
allows you to import modules under any name, but it is often used (as you can imagine) mainly to omit long names.
The reason why the abbreviation "Pandas" is "pd" is because "Panel Data" comes from the name.
The name is derived from the term "paneldata"
© 2025 OneMinuteCode. All rights reserved.