-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheatsheets.qmd
More file actions
31 lines (16 loc) · 1.13 KB
/
cheatsheets.qmd
File metadata and controls
31 lines (16 loc) · 1.13 KB
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
# Cheatsheets
## Python
[Python Cheatsheet](https://www.datacamp.com/cheat-sheet/getting-started-with-python-cheat-sheet)
## Pandas
[Datacamp - Pandas Cheatsheet](https://images.datacamp.com/image/upload/v1676302204/Marketing/Blog/Pandas_Cheat_Sheet.pdf)
[Pandas Documentation - Pandas Cheatsheet](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf)
[Pandas Documentation - R to Pandas Cheatsheet](https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_r.html)
## Numpy
[Datacamp - Numpy Cheatsheet](https://images.datacamp.com/image/upload/v1676302459/Marketing/Blog/Numpy_Cheat_Sheet.pdf)
## Anaconda
[Conda Cheatsheet](https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf)
## Matplotlib
[Matplotlib Cheatsheet](https://matplotlib.org/cheatsheets/)
## Converting between R and Python
[MIT - R to Python Cheatsheet](https://www.mit.edu/~amidi/teaching/data-science-tools/conversion-guide/r-python-data-manipulation/#main-concepts)
[Pandas Documentation - R to Pandas Cheatsheet](https://pandas.pydata.org/docs/getting_started/comparison/comparison_with_r.html)