Code Monkey home page Code Monkey logo

pandas-tutorial-scipyconf-2018's Introduction

SciPy 2018 Tutorial: Pandas .head() to .tail()

Presented by:

First-Time Setup

1. Install Python

If you don't already have a working python distribution, you may download one of

You'll need Python 3.

2. Download Tutorial Materials

This GitHub repository is all that is needed in terms of tutorial content. The simplest solution is to download the material using this link:

https://github.com/deniederhut/Pandas-Tutorial-SciPyConf-2018/archive/master.zip

If you're familiar with Git, you can also clone this repository with:

$ git clone [email protected]:deniederhut/Pandas-Tutorial-SciPyConf-2018.git

It will create a new folder named Pandas-Tutorial-SciPyConf-2018/ with all the content you will need, including:

  • requirements.txt - the package requirements for this tutorial
  • check_environment.py - a script for testing your installation
  • notebooks/ - the Jupyter notebooks we'll use during the tutoral

3. Install Required Packages

If you are using conda, you can install the necessary packages by opening a terminal and entering the following:

conda update conda --yes
conda --version  # Should be about 4.5.4
conda env create --file=environment.yml
conda activate pandas-scipy

If you are using Python from python.org or your system, you can install the necessary packages by opening a terminal and entering the following:

# Create a new environment
python3 -m venv pandas-scipy
source pandas-scipy/bin/activate

pip install -U pip wheel setuptools
pip install -U -r requirements.txt

4. Test the Installation

To make sure everything was installed correctly, open a terminal, and change its directory (cd) so that your working directory is Pandas-Tutorial-SciPyConf-2018. The enter the following:

python check_environment.py

5. Start the Notebook

jupyter notebook

Questions? Problems?

You may post messages to the slack channel for this tutorial at: https://scipy2018.slack.com

pandas-tutorial-scipyconf-2018's People

Contributors

tomaugspurger avatar deniederhut avatar alysivji avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.