(*Flames Python Data Wrangling, November 2020*)
# Flames Python Data Wrangling, November 2020
## README
------------- *do not change this section, it is an example* -------------
For each of the following sections/questions, add your answer to the list. In case your answer is already enlisted by someone else, do NOT add the answer as a new item, but provide a `*` sign before the answer.
As an example, suppose the question: *What's your favorite Simpson character?* and the current answers are:
```
** Bart
* lisa
```
and your answer would be *Bart*; the result after your edit will be:
```
** Bart
* Lisa
```
if your answer would be *Homer*; the result after your edit will be:
```
* Bart
* Lisa
* Homer
```
_!! Respond in between the triple ticks!!._
OK? Ready to go!
## I'm working with Python since...
(*respond with a `year`*)
```
***** 2020
** 2019
*
```
_!! Respond in between the triple ticks!!._
## My first programming language was...
(_for example `C`, `C++`, `Pascal`, `Go`, `R`, `Python`,..._)
```
** R
** TurboPascal
* R
* C
* HTML
* MATLAB
```
_!! Respond in between the triple ticks!!._
## I have experience with the following programming languages:
(*multiple answers are possible*)
```
* R
* SAS
* SQL
**Python
* MATLAB
```
_!! Respond in between the triple ticks!!._
## I currently create graphs mostly with...
(_for example `plotly`, `gnuplot`, `excel`, `tableau`, `ggplot`, `matplotlib`, `bokeh`, `altair`, `matlab`,..._)
```
* ggplot
** matplotlib
* Excel
* Matlab
```
_!! Respond in between the triple ticks!!._
## The size of data sets I'm typically working with are around...
(*you can also express in number of lines, size on your hard-drive, number/size of images, dbase size,...*)
```
< 1MB
*** 1MB < . < 1GB
1GB < . < 10GB
1MB < . < 10GB
* 10GB < . < 100GB
100GB < . < 1TB
```
_!! Respond in between the triple ticks!!._
## Currently, I mainly do data manipulation with...
(_for example `python`, `R`, `excel`, `SQL`, `bash`, `matlab`,..._)
```
* R
*** Python
* Stata
* Matlab
```
_!! Respond in between the triple ticks!!._
## What I do like the most about Python, is...
(_can be both technical and/or non-technical reasons_)
```
*** Object Oriented Programming
* No necessity to declare variable types
```
_!! Respond in between the triple ticks!!._
## Python packages/modules I'm using a lot:
(_hence, what you typical `import ...` to start with; multiple answers are possible_)
```
**** import pandas as pd
**** import numpy as np
** import matlotlib.pyplot as plt
* import glob
* import seaborn as sns
* import datetime
* import math
* import os
* from dolfin import *
....
```
_!! Respond in between the triple ticks!!._
## What I hope to learn this course...
```
**** Enhance my skills in handling and wraping big datasets, visualizations and so more!
```
_!! Respond in between the triple ticks!!._