hahasecu / Python-Data-Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Analyzing with pydata-stack

Description

This repo contains all jupyter notebooks while I am exploring interesting datasets. I gitignored all datasets since they are large files.

APPS

Setup/Installation Requirements

  • Clone this repo
  • Create env for this project conda env create -f environment.yaml(My yaml file contains too many dependencies due to long time accumunation, so I simply gitignored it. It is better to create yours and install them along the way.)
  • Activate env: source activate env_name
  • Launch Jupyter notebook
  • View notebooks

Known Bugs

  • @_@

Technologies Used

  • Jupyter notebook
  • Python3.6
  • Numpy
  • Pandas
  • Matplotlib
  • Anaconda

About


Languages

Language:Jupyter Notebook 100.0%