Computer Science, asked by archanasharma3232, 6 months ago

how to import Pandas library in Python program plzzz urgent answere my question plzzzzzzzzzzzz ❤️​

Answers

Answered by vidhi6470
1

Answer:

don't know sorry friend

Answered by zezus
2

here is your answer

import pandas as pd

here is an example of pandas libary

import pandas as pd

s1 = pd.series([5,6,7,8,9,0])

print(s1)

Similar questions