Advertisements
Advertisements
प्रश्न
While importing Pandas, is it mandatory to always use pd as an alias name? What would happen if we give any other name?
अति संक्षिप्त उत्तर
Advertisements
उत्तर
No, it is not mandatory to use pd as an alias name while importing Pandas. We can use any other name, but then we have to use that name to access Pandas functions.
Example: import pandas as p
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
