Can you import a pandas dataframe from a module in the same directory?

前端 未结 0 1637
[愿得一人]
[愿得一人] 2021-01-15 03:55

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题