Skip to content

Commit 951066d

Browse files
committed
update a tag
1 parent c925298 commit 951066d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

projects/analyze-spreadsheet-data-with-pandas-chatgpt/analyze-spreadsheet-data-with-pandas-chatgpt.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ tags:
2121

2222
Python is a powerful programming language that can be used for a variety of tasks, including analyzing data from a CSV file. We'll go over how to use Python to import data and run an analysis on it. We'll be using the <a href="https://pandas.pydata.org/" target="_blank">pandas</a> library, a popular data analysis tool for Python.
2323

24-
<a href="https://www.amazon.com/gp/bestsellers/books" target="_blank">Amazon Best Sellers</a> are updated every hour. The actual list is made of 100 books, but the data we're
24+
<a href="https://www.amazon.com/gp/bestsellers/books" target="_blank">
25+
Amazon Best Sellers
26+
</a> are updated every hour. The actual list is made of 100 books, but the data we're
2527
working with features just the top 50 books. 📖
2628

2729
## The Dataset

projects/build-a-discord-bot-with-python/build-a-discord-bot-with-python.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ versions: Python 3.10
1313
tags:
1414
- intermediate
1515
- python
16-
tags:
17-
- beginner
18-
- python
1916
---
2017

2118
## Introduction

0 commit comments

Comments
 (0)