- 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.
推薦閱讀
- C語言程序設計教程
- AngularJS入門與進階
- Learn Blockchain Programming with JavaScript
- Android Jetpack開發:原理解析與應用實戰
- Monkey Game Development:Beginner's Guide
- iOS開發實戰:從零基礎到App Store上架
- Koa開發:入門、進階與實戰
- UML+OOPC嵌入式C語言開發精講
- Python應用輕松入門
- 征服RIA
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- PHP 7從零基礎到項目實戰
- QGIS 2 Cookbook
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 大學計算機基礎實驗指導