-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update FAQ documentation with new entries for common user questions #10539
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
base: main
Are you sure you want to change the base?
Conversation
- Add FAQ entry for performance optimization when working with large datasets - Add FAQ entry explaining groupby behavior with time dimensions - Add FAQ entry for troubleshooting common import errors - Add FAQ entry for controlling plotting and visualization output These additions address common user pain points identified from StackOverflow questions and community discussions. Closes pydata#1285
Thank you for opening this pull request! It may take us a few days to respond here, so thank you for being patient. |
for more information, see https://pre-commit.ci
The jupyter-execute directive was causing CI failures because it requires runtime execution during documentation builds. Replaced with standard code-block directive with expected output shown as comments.
for more information, see https://pre-commit.ci
Thanks @bijanf. I'm not quite sure what happened, but I see a really gigantic diff here in each of these files in the GitHub interface. Can you try re-creating this PR? |
if I understand correctly, the issue were CRLF newlines instead of the usual LF ones. I've configured |
601d633
to
a4cc22d
Compare
done, the PR is much smaller now |
These additions address common user pain points identified from StackOverflow questions and community discussions.
Closes #1285
api.rst
(N/A)