Skip to content

Commit 019a845

Browse files
longsizhuogithub-actions[bot]
authored andcommitted
chore(docs): sync doc metadata [skip ci]
1 parent 60b91c6 commit 019a845

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

app/docs/CommunityShare/Leetcode/brief_alternate 作业帮忙_translated.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: brief_alternate Assignment
3-
date: '2024.01.01 0:00'
3+
date: "2024.01.01 0:00"
44
tags:
55
- - Python
66
- - pandas
77
abbrlink: dbbd7d58
8+
docId: one7va4e0hvbq1eqhm6ww2kd
89
---
10+
911
# topic
1012

1113
[brief_alternate.pdf](..%2Fassets%2Fdocuments%2Fbrief_alternate.pdf)
@@ -28,10 +30,11 @@ What the knowledge point needs to be remembered is:
2830
grammar: `df.loc[row_indexer, column_indexer]`
2931
in,row_indexer Is the label to choose a line,column_indexer Is the label of the column to be selected。
3032
4. unique()Return without duplicationvalueofnumbercount。
31-
code show as below:
33+
code show as below:
3234

3335
[superstore](..%2Fassets%2Fdocuments%2Fsuperstore)
34-
```python s_p
36+
37+
```python s_p
3538
# Import pandas library as pd
3639
import pandas as pd
3740

@@ -83,7 +86,7 @@ with open("summary_report.txt", "a") as file:
8386

8487
```
8588

86-
```python api
89+
```python api
8790
import requests
8891

8992
url = ""
@@ -115,7 +118,8 @@ f.close()
115118
print("over")
116119

117120
```
118-
```python customers
121+
122+
```python customers
119123
import pandas as pd
120124

121125
df = pd.read_csv("superstore_transaction.csv")
@@ -128,4 +132,4 @@ highest_sales_info = [
128132
with open("summary_report.txt", "a") as file:
129133
file.writelines(highest_sales_info)
130134

131-
```
135+
```

generated/doc-contributors.json

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "InvolutionHell/involutionhell",
3-
"generatedAt": "2025-11-19T03:06:17.842Z",
3+
"generatedAt": "2025-11-20T03:05:03.577Z",
44
"docsDir": "app/docs",
5-
"totalDocs": 118,
5+
"totalDocs": 119,
66
"results": [
77
{
88
"docId": "ue27z7z95yzw3lhhfj7nit1c",
@@ -2055,13 +2055,13 @@
20552055
"docId": "jcqhknk5z2xr3rfqn49me4j9",
20562056
"path": "app/docs/CommunityShare/Leetcode/[1333]餐厅过滤器_translated.md",
20572057
"contributorStats": {
2058-
"114939201": 1
2058+
"114939201": 2
20592059
},
20602060
"contributors": [
20612061
{
20622062
"githubId": "114939201",
2063-
"contributions": 1,
2064-
"lastContributedAt": "2025-11-19T03:00:06.000Z",
2063+
"contributions": 2,
2064+
"lastContributedAt": "2025-11-19T03:06:18.000Z",
20652065
"login": "longsizhuo",
20662066
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
20672067
"htmlUrl": "https://github.com/longsizhuo"
@@ -2204,6 +2204,23 @@
22042204
}
22052205
]
22062206
},
2207+
{
2208+
"docId": "one7va4e0hvbq1eqhm6ww2kd",
2209+
"path": "app/docs/CommunityShare/Leetcode/brief_alternate 作业帮忙_translated.md",
2210+
"contributorStats": {
2211+
"114939201": 1
2212+
},
2213+
"contributors": [
2214+
{
2215+
"githubId": "114939201",
2216+
"contributions": 1,
2217+
"lastContributedAt": "2025-11-20T03:00:04.000Z",
2218+
"login": "longsizhuo",
2219+
"avatarUrl": "https://avatars.githubusercontent.com/u/114939201?v=4",
2220+
"htmlUrl": "https://github.com/longsizhuo"
2221+
}
2222+
]
2223+
},
22072224
{
22082225
"docId": "fostlzqqx6l10qz1egd8dw5m",
22092226
"path": "app/docs/CommunityShare/Leetcode/Counting Stars-Inter-Uni Programming Contest.md",

0 commit comments

Comments
 (0)