eg if I have a module in the same directory called dataframe which has a dataframe called df
Can I do
import dataframe
print(df)
?
Is ther