- Practical Data Analysis Using Jupyter Notebook
- Marc Wintjen Andrew Vlahutin
- 198字
- 2021-06-18 18:59:02
Summary
Congratulations, we have now learned how to use key features of the numpy library along with some practical real-world examples. We started by learning about arrays and why they are important by providing examples of how they have been rooted in computer science and programming languages for decades. We also learned about the foundation of structured data, which uses the concepts of arrays, by explaining the differences between single and multiple dimensional arrays and how we commonly identify them as tables with columns and rows.
Once the history and theories were explained, we learned how to make a NumPy array and walked through some useful functions available. We ended this chapter with a practical real-world example by loading stock prices into an array to show how it can answer specific questions by using a few NumPy commands available for data analysis. Data literacy skills were re-enforced throughout this chapter by understanding why data types impact data analysis and why the concept of KYD from Chapter 1, Fundamentals of Data Analysis, is important.
In the next chapter, we will expand your data literacy skills with some hands-on lessons working with data structures called DataFrames using the pandas library.
- 數據庫基礎教程(SQL Server平臺)
- 大規模數據分析和建模:基于Spark與R
- Building Computer Vision Projects with OpenCV 4 and C++
- 數據之巔:數據的本質與未來
- 云計算環境下的信息資源集成與服務
- Developing Mobile Games with Moai SDK
- 分布式數據庫系統:大數據時代新型數據庫技術(第3版)
- 大數據導論
- 數據驅動:從方法到實踐
- 達夢數據庫性能優化
- WS-BPEL 2.0 Beginner's Guide
- Python金融數據分析(原書第2版)
- 大數據治理與安全:從理論到開源實踐
- 數據分析師養成寶典
- Expert Python Programming(Third Edition)