millermuttu / Data-science-Revision

A Repo for data science concepts revision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Programming for Data Science

A Repo to revise your data science concepts within a day

Topics covered

  • Python basics
  • Python classes
  • Numpy
  • Pandas
  • Data wrangling

Getting Started

The material on this site is written in Jupyter notebooks and rendered using Jupyter Book to make it easily accessible. However, if you wish to run these notebooks on your local machine, you can do the following:

  1. Clone the GitHub repository:
    git clone https://github.com/millermuttu/Data-science-Revision.git
  2. Install the conda environment by typing the following in your terminal:
    conda env create -f env.yaml
  3. Open the course in JupyterLab by typing the following in your terminal:
    cd python-programming-for-data-science
    jupyterlab

About

A Repo for data science concepts revision.


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%