Skip to content
New issue

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

Add support language pythondata for 30 Days of Pandas problem set #990

Open
cyinc opened this issue Feb 14, 2025 · 0 comments
Open

Add support language pythondata for 30 Days of Pandas problem set #990

cyinc opened this issue Feb 14, 2025 · 0 comments

Comments

@cyinc
Copy link

cyinc commented Feb 14, 2025

🚀 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:

  1. Step 1. Update package.json to support pythondata as default language type in configuration key leetcode.defaultLanguage:
    "leetcode.defaultLanguage": {
  2. Step 2. Anything else? e.g. problem template, submit process, request template?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant