Pandas, search for results in another column based on condition

后端 未结 0 1306
臣服心动
臣服心动 2020-11-27 18:03

I am using pandas library to read data from a .json file. I have the following example dataset:

import pandas as pd

df = pd.DataFrame([[\'1\', \'book1\'],
           


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