Further reading
The following links may help to complement this chapter:
- Technical requirements:
- 10 minutes to pandas, pandas 1.5.3 documentation, pandas - Python Data Analysis Library: https://pandas.pydata.org/docs/user_guide/10min.html#min
- Evolution of smart contracts:
- Upgrading Smart Contracts, ethereum.org: https://ethereum.org/en/developers/docs/smart-contracts/upgrading/
- Exploratory Data Analysis:
- Introduction to Data Science: A Python Approach to Concepts, Techniques and Applications, Laura Igual, Santi Seguí, Springer
- Three Ways to Detect Outliers, Colin Gorrie, Colin Gorrie’s Data Story: https://colingorrie.github.io/outlier-detection.html#modified-z-score-method
- Python for Data Analysis: Data Wrangling With Pandas, NumPy, and Jupyter, Wes McKinney, O’Reilly Media
- Box Plot Review, Khan Academy: https://www.khanacademy.org/math/statistics-probability/summarizing-quantitative-data/box-whisker-plots/a/box-plot-review
- Hands-On Exploratory Data Analysis...