Question:medium

For Data Science, usually the data is collected in the form of tables. These tabular datasets can be stored in different formats. Which of the following formats is not used for storing data in a tabular format?

Show Hint

Data in Data Science is typically stored in CSV, SQL, and spreadsheet formats, while websites are used for content display, not data storage.
Updated On: Jan 13, 2026
  • CSV
  • Website
  • SQL
  • Spreadsheet
Show Solution

The Correct Option is B

Solution and Explanation

Data science commonly utilizes structured formats like CSV, SQL databases, and Excel spreadsheets. These formats organize data into rows and columns, facilitating analysis. Websites, conversely, are not designed for tabular data storage; their primary function is content presentation, not structured data for analysis.

Was this answer helpful?
0