How can I extract an specific information from an yml file in Python and use it in a dataframe?

后端 未结 0 2059
醉酒成梦
醉酒成梦 2021-02-01 00:23

I\'ve received a Pandas dataframe which was a YML. I\'ve already imported like this:

with open(\'file_name.yml\') as f:
yml_data = yaml.load(f, Loader=yaml.FullLo         


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