-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: add SPSS comparison guide structure #60738
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
Conversation
- Create SPSS comparison documentation - Add header and introduction sections - Terminology translation table - Create template for common operations comparison Part of pandas-dev#60727
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for hopping on this so fast! Please do the following:
- Address the various build failures - seems they are minor, but legitimate
- Add the file to
doc/source/getting_started/comparison/index.rst
I don't have experience with SPSS so unfortunately can't give meaningful feedback on the content. I teach students who have experience with both, so I'll try and get a handful of them to take a look.
- Added file to doc/source/getting_started/comparison/index.rst toctree - Fixed formatting and whitespace issues to meet documentation standards
Hi, I am not sure why this check is not passing. Could you please provide some insight? |
Thanks @Jacob-Lazar |
* DOC: add SPSS comparison guide structure - Create SPSS comparison documentation - Add header and introduction sections - Terminology translation table - Create template for common operations comparison Part of pandas-dev#60727 * DOC: edit SPSS comparison guide to documentation - Added file to doc/source/getting_started/comparison/index.rst toctree - Fixed formatting and whitespace issues to meet documentation standards * DOC: edit minor whitespaces in SPSS comparison guide * DOC: standardize class references in SPSS guide * DOC: Fix RST section underline lengths in SPSS comparison --------- Co-authored-by: jl_win_a <jl@win-a>
PR adds a comparison guide for SPSS users transitioning to pandas, addressing #60727.
Changes
comparison_with_spss.rst
in getting_started/comparison/Implementation
Following existing comparison guide formats (R, SQL, etc.)
Using reStructuredText format
Including executable code examples
Cross-referencing pandas documentation
[ x] closes DOC: Add comparison with SPSS #60727