Advertisements
Advertisements
प्रश्न
Create the following series and do the specified operation:
MTseries, an empty series. Check if it is an empty series.
कोड लेखन
Advertisements
उत्तर
import pandas as pd
MTseries = pd.Series()
print(MTseries.empty)
Output:
True
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
