Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: workspace
Views: 160
Image: ubuntu2004
Kernel: Python 3 (system-wide)
import pandas as pd SD = pd.read_excel ('SampleData (3).xlsx') CentralBinder = SD[(SD.Region == 'Central') & (SD.Item == 'Binder')] print(CentralBinder.Units.sum())
424