Skip to content

Commit

Permalink
Update analyze-spreadsheet-data-with-pandas-chatgpt.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusch4593 committed Jul 4, 2023
1 parent df4ddb7 commit 7ba7c16
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,13 @@ Python is a powerful programming language that can be used for a variety of task

In this tutorial, we will work with a CSV (comma-separated values) file that features some fun data about the top 50 best selling books on Amazon from 2009 to 2019 (provided by <a href="https://www.kaggle.com/datasets/sootersaalu/amazon-top-50-bestselling-books-2009-2019?resource=download" target="_ blank">Kaggle</a>).

<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/analyze-spreadsheet-data-with-pandas/best-sellers-csv-data.png" alt="Best seller CSV data" />
<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/analyze-spreadsheet-data-with-pandas-chatgpt/best-sellers-csv-data.png" alt="Best seller CSV data" />

**Note**: If you don't have a Kaggle account, you can also download it <a href="https://github.com/codedex-io/projects/blob/main/projects/analyze-spreadsheet-data-with-pandas-chatgpt/amazon-best-sellers-analysis/bestsellers.csv" target="_blank">here</a>
) in our GitHub:

<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/analyze-spreadsheet-data-with-pandas/file_download_btn_github.png" alt="File Download Button on GitHub" />
<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/analyze-spreadsheet-data-with-pandas-chatgpt/file_download_btn_github.png" alt="File Download Button on GitHub" />
<img src="https://raw.githubusercontent.com/codedex-io/projects/main/projects/analyze-spreadsheet-data-with-pandas-chatgpt/file_download_btn_github.png
The **.csv** file contains 550 books. Here are the seven columns:
Expand Down

0 comments on commit 7ba7c16

Please sign in to comment.