Display/Print one column from a DataFrame of Series in Pandas

前端 未结 3 1700
闹比i
闹比i 2020-12-11 05:57

I created the following Series and DataFrame:

import pandas as pd

Series_1 = pd.Series({\'Name\': \'Adam\',\'Item\': \'Sweet\',\'Cost\': 1})
Series_2 = pd.S         


        
3条回答
提交回复
热议问题