How to extract part of the data from pandas based on user input

前端 未结 0 541
猫巷女王i
猫巷女王i 2020-12-12 18:12
town_choice = str(input(\'Enter a town from above: \'))

for town_choice in transaction_df.columns[10:].values:
    print(f\'The price range of flats in {town_choice         


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