Skip to content

Commit

Permalink
updated project4
Browse files Browse the repository at this point in the history
On branch main
Changes to be committed:
	modified:   Projects/project4.qmd
  • Loading branch information
1Ramirez7 committed Mar 30, 2024
1 parent 9258068 commit 495fa0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Projects/project4.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ import pandas as pd
import matplotlib.pyplot as plt
# Load
df = pd.read_csv("C://Users//eduar//Downloads//dwellings_ml.csv")
file_path = "C://Users//eduar//Downloads//dwellings_ml.csv"
df = pd.read_csv(file_path)
# scatter plot
plt.figure(figsize=(10, 6))
Expand Down

0 comments on commit 495fa0d

Please sign in to comment.