An analytics consultant receives a CSV file containing thousands of product orders each day. She needs to write repeatable commands that load the file, calculate the mean and median order value, and schedule the script to run on a headless server. Which of the following tools from the CompTIA Data+ list is best suited for this purpose?
Python is a full programming environment that lets users create scripts to import data (for example with the pandas library), compute statistics such as mean or median, and automate the workflow on a server without a graphical interface. The other selections-Tableau, Power BI, and RapidMiner-are primarily graphical business-intelligence platforms intended for interactive analysis and dashboards, not for headless scripting of batch jobs, so they are less appropriate for the requirement.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are measures of central tendency?
Open an interactive chat with Bash
How does Python help in calculating descriptive statistics?
Open an interactive chat with Bash
Why aren’t CSV, PNG, or DOC suitable for data analysis tasks?