Skip to content

Commit a3286e0

Browse files
remove duplicate line
1 parent dc4c3a7 commit a3286e0

File tree

1 file changed

+1
-1
lines changed
  • projects/analyze-spreadsheet-data-with-pandas-chatgpt/amazon-best-sellers-analysis

1 file changed

+1
-1
lines changed

projects/analyze-spreadsheet-data-with-pandas-chatgpt/amazon-best-sellers-analysis/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
df.rename(columns={"Name": "Title", "Year": "Publication Year", "User Rating": "Rating"}, inplace=True)
2626

27-
df["Price"] = df["Price"].astype(float)
27+
2828

2929
# Step 5
3030
author_counts = df['Author'].value_counts()

0 commit comments

Comments
 (0)