Subash Chandran posted: "dict_ = { 'C':[1,2,3,4], 'B':[2,4,5,8], 'A':[7,5,7,8], 'D':[1,7,8,7] } from pandas import DataFrame df = DataFrame(dict_) #unorder columns df C B A D 0 1 2 7 1 1 2 4 5 7 2 3 5 7 8 3 4 8 8 7 #only follow from this line when have existing dataframe. col ="
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.