27 What will be the output of the following code snipeimport pandas as pddata1 = (11,12)data2=(13,14,15)data-data1-data2df=pd. DataFrame(data)print(df)
admin
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.