-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
45 lines (28 loc) · 1023 Bytes
/
index.Rmd
File metadata and controls
45 lines (28 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "UL Forestry Data Project"
output:
flexdashboard::flex_dashboard:
theme: united
css: style.css
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
PyData Workshop
=====================
Column {.tabset}
--------------
### PyData Workshop
<h4> PyData Workshop </h4>
#### 1. Data Sets provided
* <a href="Numpy/index.html">Numpy</a>
* <a href="Random/index.html">Random Numbers with Numpy</a>
* <a href="Pandas/index.html">Pandas</a>
#### Data Visualization
* <a href="Seaborn/index.html">Seaborn</a>
* This will be done by testing various cutting strategies
### What is PyData
<h4>What is PyData? </h4>
PyData provides a forum for the international community of users and developers of data analysis tools to share ideas and learn from each other. The global PyData network promotes discussion of best practices, new approaches, and emerging technologies for data management, processing, analytics, and visualization.
### Jupyter Notebooks
<h4>Jupyter Notebooks</h4>