- 1

How to make python programming on attributes in pandas?

DESCRIPTION:- Types of attributes are :- 1.Index 2. Values 3. Dtype 4. Shape 5. Nbytes 6. Ndim 7. Size 8. Item size 9. Hasnans 10. Empty I want answer like that hope u will help me from this problem - import pandas as pd import numpy as np data = [2,4,6,8,10] ser2 = pd.Series(data, index=['a','b','c','d','e']) print (ser2) Don't answer irrelevant .... it's urgent.

21st May 2021, 2:58 PM
Harshita Kumari
Harshita Kumari - avatar
1 Réponse
0
Post your code here Or in description
21st May 2021, 3:11 PM
Atul [Inactive]