Closed
Description
Location of the documentation
https://pandas.pydata.org/docs/dev/getting_started/comparison/comparison_with_spreadsheets.html
Documentation problem
From #38554:
I teach a class on pandas for public policy students, and for many of them, spreadsheets are the only point of reference they have for working with tabular data.
There are a number of unofficial resources, but no official, living documentation to point them to.
Suggested fix for documentation
The idea is to add a "Comparison to spreadsheets" page alongside the other comparison pages. That new page already got merged in #38554; creating this issue to keep a running checklist of the TODOs.
- start with what @rotuna did in DOC: Add Comparison with Excel documentation #23042
- link from Getting Started pages
- incorporate structure from SAS/STATA comparison pages
- Data structures
- Data input / output
- Mention
read_excel()
- Mention
- Data operations
- String processing
- Merging
- Missing data
- GroupBy
- Other considerations
- standardize datasets used for examples, for greater consistency and reduced cognitive burden on the readers
tips
probably works for most
- add info about charting
- add example showing round trip to/from Excel
- have pivot table examples match
- add quick reference