-
Notifications
You must be signed in to change notification settings - Fork 25
/
references.bib
49 lines (43 loc) · 1.33 KB
/
references.bib
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
46
47
48
49
@book{beazley2021python,
title={Python Distilled},
author={Beazley, David},
year={2021},
publisher={Addison-Wesley Professional}
}
@book{harrison2021effective,
title={Effective Pandas: Patterns for Data Manipulation},
author={Harrison, M.},
isbn={9798772692936},
series={Treading on Python series},
url={https://books.google.es/books?id=bYP0zgEACAAJ},
year={2021},
publisher={Matt Harrison}
}
@book{géron2019hands,
title={Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition},
author={G{\'e}ron, A. and Safari, an O'Reilly Media Company},
url={https://books.google.es/books?id=O2VJzQEACAAJ},
year={2019},
publisher={O'Reilly Media, Incorporated}
}
@misc{Soklaski2021,
title = {{Python} Like You Mean It},
howpublished = {\url{https://www.pythonlikeyoumeanit.com/index.html#}},
author = {Ryan Soklaski}
}
@misc{Pythonorg,
title = {Python Official Site},
howpublished = {\url{https://www.python.org/}}
}
@book{mckinney2012python,
title={Python for data analysis: Data wrangling with Pandas, NumPy, and IPython},
author={McKinney, Wes},
year={2012},
publisher={" O'Reilly Media, Inc."}
}
@techreport{sargent2015quantitative,
title={Quantitative economics with python},
author={Sargent, Thomas and Stachurski, John},
year={2015},
institution={Technical report, Lecture Notes}
}