We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pythondata
30 Days of Pandas
Using the default language python3 to pull Pandas problem (e.g. LeetCode 1148) will get error:
python3
[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
To support Pandas problem set
Potential solution:
package.json
leetcode.defaultLanguage
vscode-leetcode/package.json
Line 302 in 586b3e4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Proposal
Using the default language
python3
to pull Pandas problem (e.g. LeetCode 1148) will get error:Motivation
To support Pandas problem set
Contribution
Potential solution:
package.json
to supportpythondata
as default language type in configuration keyleetcode.defaultLanguage
:vscode-leetcode/package.json
Line 302 in 586b3e4
The text was updated successfully, but these errors were encountered: