Closed
Description
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