About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation demonstrates a Windows bias by exclusively using Microsoft Excel for all examples and instructions, with no mention of Linux-compatible spreadsheet tools (such as LibreOffice Calc or Google Sheets) or command-line alternatives. Keyboard shortcuts and menu navigation are tailored to Excel on Windows, and there are no Linux-specific instructions or screenshots. This may alienate users on Linux or macOS platforms.
Recommendations:
- Include alternative instructions for opening and manipulating CSV files using Linux-compatible spreadsheet applications such as LibreOffice Calc or Google Sheets.
- Provide command-line examples for basic CSV analysis using tools like awk, csvkit, or pandas for users who prefer or require non-GUI solutions.
- Mention that the steps can be performed in other spreadsheet tools and, where possible, provide equivalent menu paths and shortcuts for those tools.
- Add screenshots or textual descriptions for at least one non-Windows spreadsheet application to improve inclusivity.
- Explicitly state that the process is cross-platform and highlight any differences or limitations users might encounter on Linux or macOS.
Create pull request