Skip to content

Commit cbcd6bf

Browse files
committed
fix: avoid duplicate title
Fix #969
1 parent 4bd9590 commit cbcd6bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sources/academy/tutorials/python/process_data_using_python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
title: Process scraped data with Python
33
description: Learn how to process the resulting data of a web scraper in Python using the Pandas library, and how to visualize the processed data using Matplotlib.
4-
sidebar_position: 2
4+
sidebar_position: 2 # should be after scrape_data_python.md
55
slug: /python/process-data-using-python
66
---
77

8-
<!-- Beware when changing the menu weight - this article should always be after the 'Scrape data using Python' article -->
9-
108
# How to process data in Python using Pandas
119

1210
**Learn how to process the resulting data of a web scraper in Python using the Pandas library, and how to visualize the processed data using Matplotlib.**

0 commit comments

Comments
 (0)