Python crawler: microblog comment data analysis

Official account: Special HouseAuthor: PeterEditor: Peter Hello, I'm Peter~ Recently, the divorce between Wang and Li has been making a lot of noise. I believe everyone has eaten a lot of melons. This article combines the comments of netizens below Li's first article to see how everyone views this matter. Webpage Crawl field User nic ...

Added by onlinegamesnz on Mon, 27 Dec 2021 00:56:59 +0200

Why do Chinese people no longer focus on gold medals—— I use Python to analyze the Tokyo Olympic Games

The words written in the front Welcome to scan code, pay attention to my official account, and make progress with me! Mainly committed to learning Using deep learning to solve computer vision related problemsPython based Internet application servicesCPU microarchitecture design based on MIPS instruction set introduction For most of us, thi ...

Added by R4000 on Sat, 25 Dec 2021 08:02:38 +0200

Python - pandas module - DataFrame data structure

Python - pandas module - DataFrame data structure pandas Numpy is more suitable for dealing with unified numerical array datapandas is specially designed to handle tables and mixed datapanda has two data structures: SeriesDataFrame DataFrame DataFrame is a tabular (similar to Excel) data structure, which contains a set of ordered co ...

Added by delfa on Sat, 25 Dec 2021 05:41:14 +0200

[machine learning] feature preprocessing

Learning objectives Understand the characteristics of numerical data and category data MinMaxScaler is used to normalize the feature data Standardization of feature data using StandardScaler 1. What is feature preprocessing Feature preprocessing: the process of converting feature data into feature data more suitable for the algorithm mod ...

Added by Suchy on Sat, 25 Dec 2021 02:34:32 +0200

2021 may day cup mathematical modeling problem A vaccine production

2021 may day cup mathematical modeling problem A Vaccine production issues The novel coronavirus pneumonia has been a worldwide disaster and has brought serious disasters to the world. Countries have developed new vaccines to control the epidemic. It is assumed that vaccine production needs to go through four process flows: CJ1 station, CJ2 s ...

Added by Lagreca on Thu, 23 Dec 2021 23:49:47 +0200

Championship winner LeetCode Plus member exclusive question [detailed analysis] MySQL

Hello, I'm Lao Wu. You can also call me classmate Wu. Younger friends can also call me senior brother Wu. Welcome to the world of data analysis with me and learn together! Interested friends can pay attention to me Data analysis column , there are many high-quality articles to share with you. In addition, you are also welcome to pay attention ...

Added by danjar on Thu, 23 Dec 2021 00:02:58 +0200

Introduction to data analysis task4

This record is my learning notes for participating in datawhale data analysis (Titanic mission project). Please give me more advice on the shortcomings. Data visualization Mainly introduce Python data visualization libraries Matplotlib and seaborn. You may find the data very interesting in the study of this chapter. In the process of playing th ...

Added by curtis_b on Tue, 21 Dec 2021 22:20:33 +0200

Data visualization

Generate data Install matplotlib Input: pip install matplotlib in PyCharm terminalOr visit https://pypi.python.org/pypi/matplotlib/ , and find the wheel file (file with. whl extension) that matches the Python version you are using. Take this Copy the whl file to your project folder, open a command window, switch to the project folder, and the ...

Added by TKKP on Tue, 21 Dec 2021 10:04:22 +0200

Batch fitting and prediction of data using MATLAB

Batch fitting and prediction of data using MATLAB Problem introduction First, I got a set of data. The abscissa is the temperature and the ordinate is the position. The data content is the change of a variable with temperature and position, as follows: What I need to get is the specific relationship between the variable and temperature and p ...

Added by donald on Mon, 20 Dec 2021 10:37:30 +0200

[data analysis and visualization] key points of data drawing 6 - too many data groups

Data drawing point 6 - too many data groups Comparing the distribution of several numerical variables is a common task in data presentation. The distribution of variables can be represented by histogram or density diagram. It is very attractive to represent groups of appropriate data on the same axis. However, too many data groups will serious ...

Added by matthewst on Mon, 20 Dec 2021 10:07:41 +0200