Running Python on different operating systems

This can be a difficult problem sometimes as you may have different version of Python running on different operating systems or environments. On top of that, you may have different packages. So we will be looking at ways to address that issue, and discuss virtual environments and docker.

df.drop([‘Index’],inplace=True,axis=1)
print(df)
df.drop([‘Index’],inplace=True,axis=1)
print(df)

Leave a Reply

Your email address will not be published. Required fields are marked *