HashirAwaiz's picture
for Deployment
f323b0f verified
raw
history blame contribute delete
358 Bytes
# import pandas as pd
# import os
# # Read your big file
# df = pd.read_csv("data/processed/california_wildfire.csv")
# # Take just 500 rows (tiny!)
# sample = df.head(500)
# # Save it as a "test sample"
# sample.to_csv("data/sample_wildfire.csv", index=False)
# print("✅ Created 'data/sample_wildfire.csv' for GitHub.")
print('hello world')