Skip to content

cuellared/pandas-head-to-tail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandas .head() to .tail()

Materials for my O'Reilly Live Online Training course

First-Time Setup

  1. Install Miniconda for your platform (instructions)
  • If you already have conda, you can skip this step; It's also fine to use virtualenv + pip. You should be able to pip install -r requirements.txt to get the same package versions as step 4.
  • Make sure to open a new terminal shell after installing, so that conda is on your path
  1. Clone the repository at https://github.com/tomaugspurger/pandas-head-to-tail
  • git clone https://github.com/tomaugspurger/pandas-head-to-tail
  • If you don't have git installed, you can download the zip using the green "Clone or download" button, and then "Download ZIP". Note that the filename will be "pandas-head-to-tail-master"
  1. Change into the repository
  • cd pandas-head-to-tail
  1. Create the conda environment
  • conda env create
  1. Activate the environment
  • source activate ph2t on Linux or MacOS
  • activate ph2t on Windows
  1. Start the Jupyter notebook server
  • jupyter notebook

Notebooks

Once your notebook server is running, (jupyter notebook) your browser should open up to the webpage (http://localhost:8888 by default). Open the notebook 00-README.ipynb and familiarize yourself with using notebook.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.2%
  • Other 0.8%