Skip to content

CornellCAC/python-data-science-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVW Notebooks and Data

This repository provides supplementary material (in the form of Jupyter notebooks and data files) for use with the Cornell Virtual Workshop (CVW) tutorial on Python for Data Science.

The code in this repository was run in a conda environment named pydatasci through a series of installs as follows:

  • conda create -n pydatasci numpy pandas matplotlib seaborn scipy networkx bokeh jupyter ipython scikit-learn xlrd openpyxl statsmodels sqlachemy
  • conda activate pydatasci
  • conda install -c conda-forge textblob tweepy

A YAML file describing versions for these packages as well as their dependencies are in the repository file environment.yml .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published