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

ENH: Adds dict & **dict support for pd.set_option [#61093] #61152

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

himanshumahajan138
Copy link

@rhshadrach & @yasirroni I have Two Approaches one adds support for pd.set_option(options) and other adds support for both pd.set_option(options) & pd.set_option(**options)

@himanshumahajan138
Copy link
Author

{@rhshadrach @yasirroni} Finally All tests Passed 🎊

OK Lets, Talk About Both approaches i think we can go with 1st approach for now and if required in future we can also go with the second approach

Let's have a Brief Discussion on this Topic...

@himanshumahajan138
Copy link
Author

himanshumahajan138 commented Mar 21, 2025

Once perfect approach chosen by members then i will move to write test case for that and update the changelog

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

Successfully merging this pull request may close these issues.

ENH: Support dict to pd.set_option for cleaner code
1 participant