0
Why is seaborn module imported by the name sns?
2 Réponses
0
You can import it with any alias, but sns resembles most and lot of people use sns, thats why we use sns.
0
That's the question, numpy is mostly imported as np, which makes sense since np stands for num py, matplotlib.pyplot is imported as plt, even that makes sense, I don't get why would seaborn be imported mostly as sns, like where does the second s come from? Shouldn't it be like sbn or something like that?