Untitled
unknown
plain_text
2 years ago
257 B
12
Indexable
import pandas as pd # Load the Excel file file_path = '/mnt/data/TINJAUAN KEMAMPUAN MEMBELI RUMAH DALAM KALANGAN BELIA (Responses).xlsx' excel_data = pd.ExcelFile(file_path) # Display sheet names sheet_names = excel_data.sheet_names sheet_names
Editor is loading...
Leave a Comment