- Python Social Media Analytics
- Siddhartha Chatterjee Michal Krystyanczuk
- 80字
- 2021-07-15 17:24:53
Setting up data structure libraries
In our analysis, we will use some libraries that enable flexible data structures, such as pandas and sframe. The advantage of sframe over pandas is that it helps to deal with very big datasets which do not fit RAM memory. We will also use a pymongo library to pull collected data from MongoDB, as shown in the following code:
pip3 install pandas, sframe, pymongo
All necessary machine learning libraries will be presented in corresponding chapters.
推薦閱讀
- Getting Started with ResearchKit
- Boost C++ Application Development Cookbook(Second Edition)
- OpenCV實例精解
- Linux C/C++服務器開發實踐
- C語言程序設計(第2版)
- Java EE 7 Development with NetBeans 8
- Microsoft System Center Orchestrator 2012 R2 Essentials
- Kotlin從基礎到實戰
- Practical Microservices
- Go語言從入門到精通
- Qt 4開發實踐
- Using Yocto Project with BeagleBone Black
- Android嵌入式系統程序開發(基于Cortex-A8)
- iOS Development with Xamarin Cookbook
- VMware vSphere 5.5 Cookbook