Untitled

Anonymous
plain_text
07/06/2024 5:25 PM
344 B
13
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