Saved Bookmarks
| 1. |
Write the output of the following python code:import pandas as pdimport numpy as npData=np.array([‘a1’, ‘b1’, ‘c1’, ‘d1’, ‘e1’, ‘f1’]) S=pd.series(Data)print(“I”)print(S[:3])print(“II”) print(S[-3:]) |
|
Answer» Answer: you have some ERRORS in your PROGRAM you can use pydroid 3 application for android to check your python program on android device Explanation: make the BRAINLIEST answer Łêťß Béčømë Á Hãćkèř |
|