Skip to content

Commit

Permalink
Add material to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
datejada committed Jan 13, 2024
1 parent 93ad344 commit 9f0598b
Show file tree
Hide file tree
Showing 21 changed files with 32,519 additions and 0 deletions.
576 changes: 576 additions & 0 deletions 01-Intro2Python-bases.ipynb

Large diffs are not rendered by default.

4,374 changes: 4,374 additions & 0 deletions 02-Intro2Python-pandas.ipynb

Large diffs are not rendered by default.

2,546 changes: 2,546 additions & 0 deletions 03-Intro2Python-viz.ipynb

Large diffs are not rendered by default.

432 changes: 432 additions & 0 deletions 04-Intro2Python-bucles.ipynb

Large diffs are not rendered by default.

893 changes: 893 additions & 0 deletions 05-Intro2Python-ExtraMaterial1.ipynb

Large diffs are not rendered by default.

1,056 changes: 1,056 additions & 0 deletions 06-Intro2Python-ExtraMaterial2.ipynb

Large diffs are not rendered by default.

10,367 changes: 10,367 additions & 0 deletions 07-Intro2Python-ExtraMaterial3.ipynb

Large diffs are not rendered by default.

1,705 changes: 1,705 additions & 0 deletions data_output/gapminder_new.csv

Large diffs are not rendered by default.

8,762 changes: 8,762 additions & 0 deletions datasets/Day-ahead Prices_ES.csv

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions datasets/employees.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name,company
John,AMZN
Alice,GOOG
Bob,NFLX
Sarah,AMZN
Michael,GOOG
Emily,NFLX
David,AMZN
Olivia,GOOG
Daniel,NFLX
Sophia,AMZN
1,705 changes: 1,705 additions & 0 deletions datasets/gapminder.csv

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions datasets/locations.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
company,location
AMZN,Seattle
AAPL,Cupertino
GOOG,Mountain View
Binary file added datasets/store.xlsx
Binary file not shown.
14 changes: 14 additions & 0 deletions outputs/pandas-plotly-scatter.html

Large diffs are not rendered by default.

Binary file added outputs/pandas-scatter-final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outputs/pandas-scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outputs/pandas-seaborn-scatter-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outputs/pandas-seaborn-scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions outputs/pie.html

Large diffs are not rendered by default.

Binary file added outputs/scatter-pandas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 60 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
asttokens==2.4.1
attrs==23.1.0
certifi==2023.11.17
charset-normalizer==3.3.2
colorama==0.4.6
comm==0.2.0
contourpy==1.2.0
cycler==0.12.1
debugpy==1.8.0
decorator==5.1.1
et-xmlfile==1.1.0
executing==2.0.1
fastjsonschema==2.19.0
fonttools==4.46.0
idna==3.6
ipykernel==6.27.1
ipython==8.18.1
jedi==0.19.1
Jinja2==3.1.2
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
jupyter_client==8.6.0
jupyter_core==5.5.0
kaleido==0.2.1
kiwisolver==1.4.5
MarkupSafe==2.1.3
matplotlib==3.8.2
matplotlib-inline==0.1.6
nbformat==5.9.2
nest-asyncio==1.5.8
numpy==1.26.2
openpyxl==3.1.2
packaging==23.2
pandas==2.1.4
parso==0.8.3
Pillow==10.1.0
platformdirs==4.1.0
plotly==5.18.0
prompt-toolkit==3.0.43
psutil==5.9.7
pure-eval==0.2.2
Pygments==2.17.2
pyparsing==3.1.1
python-dateutil==2.8.2
pytz==2023.3.post1
pywin32==306
pyzmq==25.1.2
referencing==0.32.0
requests==2.31.0
rpds-py==0.15.2
scipy==1.11.4
seaborn==0.13.0
six==1.16.0
stack-data==0.6.3
tenacity==8.2.3
tornado==6.4
traitlets==5.14.0
tzdata==2023.3
urllib3==2.1.0
wcwidth==0.2.12

0 comments on commit 9f0598b

Please sign in to comment.