mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
存量题库数据更新
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 6,
|
||||
"dislikes": 3,
|
||||
"likes": 31,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "{\"headers\":{\"employees\":[\"employee_id\",\"name\",\"department\",\"salary\"]},\"rows\":{\"employees\":[[3,\"Bob\",\"Operations\",48675],[90,\"Alice\",\"Sales\",11096],[9,\"Tatiana\",\"Engineering\",33805],[60,\"Annabelle\",\"InformationTechnology\",37678],[49,\"Jonathan\",\"HumanResources\",23793],[43,\"Khaled\",\"Administration\",40454]]}}",
|
||||
"categoryTitle": "Algorithms",
|
||||
"categoryTitle": "pandas",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"companyTagStats": null,
|
||||
@@ -28,7 +28,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"394\", \"totalSubmission\": \"417\", \"totalAcceptedRaw\": 394, \"totalSubmissionRaw\": 417, \"acRate\": \"94.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16.6K\", \"totalSubmission\": \"18.1K\", \"totalAcceptedRaw\": 16621, \"totalSubmissionRaw\": 18137, \"acRate\": \"91.6%\"}",
|
||||
"hints": [
|
||||
"Consider using a built-in function in pandas library to retrieve the initial rows."
|
||||
],
|
||||
@@ -48,7 +48,7 @@
|
||||
"mysqlSchemas": [],
|
||||
"enableRunCode": true,
|
||||
"enableTestMode": false,
|
||||
"enableDebugger": true,
|
||||
"enableDebugger": false,
|
||||
"envInfo": "{\"pythondata\": [\"Pandas\", \"<p>Python 3.10 with Pandas 2.0.2 and NumPy 1.25.0</p>\"]}",
|
||||
"libraryUrl": null,
|
||||
"adminUrl": null,
|
||||
|
Reference in New Issue
Block a user