# Data Science

## Data Science Seminar Outline

1. Introduction to Data Science:
   * Define data science and provide an overview of its purpose and applications.
   * Explain the data science lifecycle, emphasizing the stages of data exploration and decision making.
   * Highlight the importance of data science in various industries and its impact on decision-making processes.
2. Interpreting Tables:
   * Discuss how tables are used to represent and organize data.
   * Explain the significance of tables in solving real-world problems.
   * Provide examples to demonstrate how tables can be interpreted and analyzed.
3. Table Operations and Examples:
   * Introduce essential table operations using pandas, a popular data manipulation library in Python.
   * Demonstrate sorting, selecting, filtering, and joining operations on tables.
   * Provide practical examples to illustrate the application of these operations in data science.
4. Applications and Job Opportunities in Data Science:
   * Explore the diverse range of applications for data science across various industries.
   * Discuss specific job roles and opportunities in data science, such as research, product management, machine learning, and healthcare.
   * Provide insights into the growing demand for data scientists in the job market.
5. Data Science Opportunities at Your University:
   * Discuss data science-related programs and opportunities available at your specific university.
   * Highlight data science majors or minors, research labs, and clubs related to data science on campus.
   * Encourage students to explore these opportunities and get involved in the data science community.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cs-kickstart.gitbook.io/expansion/curriculum/data-science.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
