Skip to content

Commit ba8b76c

Browse files
authored
Merge pull request #171 from Anjalisharma8072/b_branch
removed duplicate line
2 parents d2cbdc9 + a3286e0 commit ba8b76c

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)