How is this a series in Pandas?

后端 未结 0 1750
渐次进展
渐次进展 2020-12-23 02:37

The below code produces a Pandas series:

import pandas as pd
df = pd.read_csv(path)

s = df.groupby([\'Pregnancies\', \'Glucose\'])[\'BloodPressure\'].sum()
p         


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