CBSE Class 12 Informatics Practices
Question 6 of 44
Solved 2025 Sample Question Paper CBSE Class 12 Informatics Practices (065) — Question 6
Back to all questionsdf['column_name']
Reason — The statement df['column_name'] is used to select a column named column_name from a DataFrame df in Python.