CBSE Class 12 Informatics Practices
Question 7 of 44
Data Handling using Pandas — Question 7
Back to all questionsThe steps to create CSV files are as follows:
- Launch Microsoft Excel.
- Type the data given in Table in the Excel sheet.
- Save the file with a proper name by clicking File -> Save or Save As or press Ctrl + S to open the Save As window.
- Type the name of the file and select file type as CSV from the drop-down arrow.
- Click the Save button. Excel will ask for confirmation to select CSV format.
- Click OK.
- It will display a dialog box asking permission to keep comma as delimiter for CSV file.
- Lastly, click Yes to retain and save the Excel file in CSV format.