You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the Mercury widget lacks basic docstrings. This makes it difficult to understand what each function does and how to use them properly on the go without going back and forward to the documentation page.
Suggested Enhancement
Adding docstrings to the functions in the Mercury widget would greatly improve its usability and maintainability. These docstrings should include:
A brief description of what the function does.
A description of the function's parameters, including their types and what they represent.
A description of the function's return value, if any.
Comparison with pandas
Here's the comparison of docstring between mr.Select and pd.DataFrame:
I'm interested in contributing to this enhancement. I believe that adding these docstrings would greatly improve the usability and maintainability of the Mercury overall. I'm ready to start working on this as soon as I get your approval. Looking forward to contributing to this project!
The text was updated successfully, but these errors were encountered:
Hello @pplonski, thank you for the opportunity to contribute to enhancing the Mercury widget docstrings. I'm eager to get started and want to ensure we're on the same page as it's my first time contributing to a large open-source project.
Widget Priority:
Would you prefer I start with the Input Widgets, Output Widgets, or both simultaneously? I'm inclined to begin with Input Widgets first because they're the first point of interaction, but I'm open to suggestions based on project priorities.
Commit Guidelines:
Without specific contribution guidelines, I plan to make small, focused commits for each change. Does that align with your expectations?
Description
I've noticed that the Mercury widget lacks basic docstrings. This makes it difficult to understand what each function does and how to use them properly on the go without going back and forward to the documentation page.
Suggested Enhancement
Adding docstrings to the functions in the Mercury widget would greatly improve its usability and maintainability. These docstrings should include:
Comparison with
pandas
Here's the comparison of docstring between
mr.Select
andpd.DataFrame
:mr.Select()
and the source codepd.DataFrame()
and the source codeSuggestion
I'm interested in contributing to this enhancement. I believe that adding these docstrings would greatly improve the usability and maintainability of the Mercury overall. I'm ready to start working on this as soon as I get your approval. Looking forward to contributing to this project!
The text was updated successfully, but these errors were encountered: