How to sort the values in dataframe after carrying out logical operations on the data?

前端 未结 0 616
一生所求
一生所求 2021-01-21 04:04
import numpy as np 
import pandas as pd 

data = [["John",1,3],["Jenna",3,5],["Jay",7,10],["Jose",11,16]]
df = pd.DataFrame(data,         


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