Untitled
unknown
plain_text
a year ago
257 B
2
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