Skip to content

Commit

Permalink
fix: tag
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Aug 7, 2024
1 parent 92f6750 commit bc4daa4
Show file tree
Hide file tree
Showing 31 changed files with 69 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2877.Create%20a%20DataFrame%20from%20List/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2877.Create%20a%20DataFrame%20from%20List/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2878.Get%20the%20Size%20of%20a%20DataFrame/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2878.Get%20the%20Size%20of%20a%20DataFrame/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2879.Display%20the%20First%20Three%20Rows/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2879.Display%20the%20First%20Three%20Rows/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2880.Select Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2880.Select%20Data/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2880.Select Data/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2880.Select%20Data/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2881.Create a New Column/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2881.Create%20a%20New%20Column/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2881.Create a New Column/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2881.Create%20a%20New%20Column/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2882.Drop Duplicate Rows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2882.Drop%20Duplicate%20Rows/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2882.Drop Duplicate Rows/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2882.Drop%20Duplicate%20Rows/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2883.Drop Missing Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2883.Drop%20Missing%20Data/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2883.Drop Missing Data/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2883.Drop%20Missing%20Data/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2884.Modify Columns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2884.Modify%20Columns/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2884.Modify Columns/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2884.Modify%20Columns/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2885.Rename Columns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2885.Rename%20Columns/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2885.Rename Columns/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2885.Rename%20Columns/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2886.Change Data Type/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2886.Change%20Data%20Type/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2886.Change Data Type/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2886.Change%20Data%20Type/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2887.Fill Missing Data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2887.Fill%20Missing%20Data/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2887.Fill Missing Data/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2887.Fill%20Missing%20Data/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2888.Reshape Data Concatenate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2888.Reshape%20Data%20Concatenate/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2888.Reshape%20Data%20Concatenate/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2889.Reshape Data Pivot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2889.Reshape%20Data%20Pivot/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2889.Reshape Data Pivot/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2889.Reshape%20Data%20Pivot/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2890.Reshape Data Melt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2890.Reshape%20Data%20Melt/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2890.Reshape Data Melt/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2890.Reshape%20Data%20Melt/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2891.Method Chaining/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: 简单
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2891.Method%20Chaining/README.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
2 changes: 1 addition & 1 deletion solution/2800-2899/2891.Method Chaining/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ comments: true
difficulty: Easy
edit_url: https://github.com/doocs/leetcode/edit/main/solution/2800-2899/2891.Method%20Chaining/README_EN.md
tags:
- pandas
- Pandas
---

<!-- problem:start -->
Expand Down
Loading

0 comments on commit bc4daa4

Please sign in to comment.