> For the complete documentation index, see [llms.txt](https://fennaf.gitbook.io/bfvm19prog1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fennaf.gitbook.io/bfvm19prog1/master.md).

# Preface

This is the ebook accompanying the course Programming 1 of the course Data Science for Life Sciences. This gitbook covers the fundamentals of data analysis (in python).  Basic skills such as data processing and data visualisation are discussed. The following topics are covered

1\.     Introduction programming in python, work with data frames

2\.    Inspecting and exploring data, descriptive statistics

3\.    Improve data quality, data cleaning, imputing data, normalising data&#x20;

3\.    Data visualisation, commonly used plots in data science

source code and data used in this ebook:[ https://github.com/fenna/BFVM19PROG1](https://github.com/fenna/BFVM19PROG1)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://fennaf.gitbook.io/bfvm19prog1/master.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.
