Open
Description
🚀 Feature Proposal
Using the default language python3
to pull Pandas problem (e.g. LeetCode 1148) will get error:
[ERROR] Not supported language "python3"
[WARN] Supported languages: mssql mysql oraclesql postgresql pythondata
(node:2829) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
Motivation
To support Pandas problem set
Contribution
Potential solution:
- Step 1. Update
package.json
to supportpythondata
as default language type in configuration keyleetcode.defaultLanguage
:Line 302 in 586b3e4
- Similar to PR fix: add rust in default language list #412 :
- Step 2. Anything else? e.g. problem template, submit process, request template?
Metadata
Metadata
Assignees
Labels
No labels