shuzijun / leetcode-editor

Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
https://plugins.jetbrains.com/plugin/12132-leetcode-editor
Apache License 2.0
3.7k stars 399 forks source link

[Feature Request] Code Type: Pandas & PostgreSQL #709

Closed jonathan-manzano closed 4 months ago

jonathan-manzano commented 4 months ago

Is your feature request related to a problem? Please describe. With the rise in data science, the Python package pandas is another way to manipulate datasets using the Python programming language. Fortunately, LeetCode implemented the ability to do LeetCode database/SQL questions using the Python pandas library. Unfortunately, the current state of the plugin does not allow the selection to do database/SQL questions using pandas. Also, PostgreSQL was recently added and requesting it for the same reason above.

Describe the solution you'd like I would like to be able to select pandas as an option in the "Code Type" setting.

Additional context N/A