Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojeda-e/exploratorydataanalysis101
Reviewing the basics
https://github.com/ojeda-e/exploratorydataanalysis101
Last synced: 17 days ago
JSON representation
Reviewing the basics
- Host: GitHub
- URL: https://github.com/ojeda-e/exploratorydataanalysis101
- Owner: ojeda-e
- Created: 2020-05-28T14:00:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T21:31:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-06T18:02:03.573Z (2 months ago)
- Language: Jupyter Notebook
- Size: 5.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reviewing the Basics
In this repo we review:
1. [Jupyter notebooks](notebooks/01_Jupyter.ipynb), to edit and run code from your browser.
1. [Conda](notebooks/02_Conda.ipynb), a package/environment manager for Data Science (and the one used for the MLPB course).
1. [Git](notebooks/03_Git.ipynb), a Version Control protocol that keeps track of every modification in your work.
1. [Python](notebooks/04_Python.ipynb), a popular programming lenguage broadly used and very convenient to perform Data Science, and Machine Learning. Here, we will focus on the Pandas module for Exploratory Data Analysis (EDA).We also provide two hands-on notebooks focused on Pandas. The first one uses [metabolomics data](notebooks/06_HandsOn_Metabolomics.ipynb), and the second one uses a [healthcare dataset](notebooks/07_HandsOn_HealthData.ipynb) to perform Exploratory Data Analysis.
This repository is part of the Machine Learning with Python for Biologists course MLPB offered in the 2020 spring-summer term at The University of Calgary. For more information please visit the [course-website](https://soerendip.github.io/MLPB/).
---
- Written by Estefania Barreto-Ojeda - Biocomputing group
- Python Exercises by Shangning Hu.