- 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.
推薦閱讀
- Spring Boot 2實戰之旅
- R語言數據可視化之美:專業圖表繪制指南
- Mastering Natural Language Processing with Python
- MySQL 8 DBA基礎教程
- Elastic Stack應用寶典
- Cassandra Data Modeling and Analysis
- Java性能權威指南(第2版)
- Learning FuelPHP for Effective PHP Development
- Mastering ROS for Robotics Programming
- Getting Started with LLVM Core Libraries
- ElasticSearch Cookbook(Second Edition)
- App Inventor少兒趣味編程動手做
- Apache Solr PHP Integration
- Appcelerator Titanium:Patterns and Best Practices
- Android高級開發實戰:UI、NDK與安全