Skip to content

bjoyce3/2021-02-25_IntroPython_dataanalysis_viz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2021-02-27 UA Womens+ Hackathon Intro to Data Analysis with Python Pandas

Workshop Website

https://ua-carpentries-workshops.github.io/2019-02-23-Tucson/

YouTube Channel

Anaconda Installation Video: https://youtu.be/1uD0QKlqLi8

Using the HPC Open OnDemand Jupyter Notebooks: https://youtu.be/QbcB6DPjVFo

Main Talk:

Installation

We'll be using Python 3, Jupyter (JUlia + PYThon +R = Jupyter) Notebooks, and Pandas to analyze the Titanic passenger log. The easiest way to install all of these on your local computer, that's your laptop or desktop, is using Anaconda: https://docs.anaconda.com/anaconda/install/

Python updates a lot and the code that Python depends on also changes a lot. Anaconda helps to keep some of those changes stable. For this session I used: conda install plotnine conda install pandas

But your installation might be different than mine!

UA HPC Information

Researchers can get an account on the HPC following these directions: https://public.confluence.arizona.edu/display/UAHPC/Account+Creation

Information for Using the Open OnDemand Jupyter Notebooks Interface is here: https://public.confluence.arizona.edu/display/UAHPC/Open+On+Demand

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.4%
  • Python 1.6%