Computer Science, asked by riyashome64, 4 months ago

Write the output of the following python code:

import pandas as pd

import numpy as np

Data=np.array([‘a1’, ‘b1’, ‘c1’, ‘d1’, ‘e1’, ‘f1’])

S=pd.series(Data)

print(“I”)

print(S[:3])

print(“II”)

print(S[-3:])​

Answers

Answered by amankumar991123
1

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èř

Similar questions