Bias Analysis
Detected Bias Types
windows_tools
windows_first
Summary
The documentation page demonstrates a Windows bias by exclusively referencing Excel for data preparation and calculation, and by mentioning Power BI (a Windows-centric tool) as the primary alternative for automated reporting. No Linux/macOS spreadsheet applications (such as LibreOffice Calc, Numbers, or Google Sheets) are mentioned, nor are any cross-platform command-line or scripting approaches (e.g., Python, pandas, awk) provided. All screenshots and instructions are tailored to Excel, which is most commonly used on Windows.
Recommendations
- Include explicit instructions and screenshots for at least one cross-platform spreadsheet application (e.g., LibreOffice Calc, Google Sheets, or Apple Numbers).
- Add a section describing how to perform the calculations using command-line tools (e.g., Python, pandas, awk, csvkit) for users who prefer scripting or do not have access to Excel.
- Mention Power BI alternatives or clarify if the Power BI app is accessible on non-Windows platforms.
- Reorder or generalize instructions to avoid assuming Excel is the default tool, and use neutral language (e.g., 'Open the CSV file in your preferred spreadsheet application').
Create Pull Request