matplotlib. pyplot. Scattergram
usage
matplotlib.pyplot.scatter(x, y, s=None, c=None, marker=None, cmap=None, norm=None, vmin=None, vmax=None, alpha=None, linewidths=None, *, edgecolors=None, plotnonfinite=False, data=None, **kwargs)
Parameter introduction
x,yData for plotting scatter plotsfloat or array-like, shape(n,)sA real number or an array with the size of (n,), an ...
Posted by thipse_rahul on Thu, 03 Mar 2022 07:32:32 +0100
[teach you how to download stock data from Tushare library and save it in hard disk]
preface
I've previously posted a film about using reptile technology from Article on obtaining stock data on NetEase Finance , the response is quite strong. However, that work can only be said to be an epitome of my early learning of reptiles and quantification. What I want to share with you now is very Dry goods. Basically, it can be sa ...
Posted by bobleny on Wed, 02 Mar 2022 16:31:57 +0100
Python data analysis | Pandas core operating functions
Author: Han Xinzi@ShowMeAITutorial address: http://www.showmeai.tech/tutorials/33Article address: http://www.showmeai.tech/article-detail/146Notice: All Rights Reserved. Please contact the platform and the author for reprint and indicate the sourceWhen we mention python data analysis, pandas will be used for operation in most cases. This is the ...
Posted by websiteguy on Fri, 25 Feb 2022 09:44:23 +0100
The brightest kid in python log is the fancy acridine
It seems that this log module can't be downloaded in the mirror station of Tsinghua University. Other mirror stations haven't tried it. I downloaded it directly from the address of the official website
[read the full text]
C:\Users\Administrator>pip install nb_log
Collecting nb_log
Downloading nb_log-7.2.tar.gz (71 kB)
|██████████ ...
Posted by MartinAW on Mon, 21 Feb 2022 13:56:31 +0100
Necessary for data analysis interview: these easy-to-use SQL functions need to be memorized
Hello, I'm brother Cheng~
Today I share the window function foundation of SQL.
catalog:
1. What is the window function
2. Sorting function
3. Distribution function
4. Front and back functions
5. Head and tail function
6. Aggregate function
[note] there is a technical exchange group at the end of the text
Recommended articles
Someone ...
Posted by dirkers on Sun, 20 Feb 2022 13:23:27 +0100
Poisson regression model for time series data
Poisson and Poisson like regression models are often used in count based data sets, that is, data containing integer counts. For example, the number of people entering the hospital emergency room per hour is such a data set.
Linear or nonlinear models based on ordinary least squares regression (such as linear models based on neural network reg ...
Posted by The Bat on Sat, 19 Feb 2022 14:39:32 +0100
Learning notes of financial risk control training camp game question understanding (task 2)
This learning note is the learning content of Alibaba cloud Tianchi Longzhu Docker training camp. The learning links are: https://tianchi.aliyun.com/notebook-ai/detail?spm=5176.20850282.J_3678908510.4.f2984d57AnIOhB&postId=170949
Task 2 purpose: 1. The value of EDA mainly lies in being familiar with the basic situation of the whole dat ...
Posted by ina on Sat, 19 Feb 2022 04:52:35 +0100
Volume price relationship analysis
1. Overview of volume price relationship
"Volume" has many forms, such as trading volume (number of shares), transaction amount, turnover rate and so on. "Volume" generally refers to the trading volume of a certain securities in the trading market in a specific period of time. The trading volume reflects the game of lon ...
Posted by GESmithPhoto on Fri, 18 Feb 2022 02:32:11 +0100
RNA 4. edgeR based on TCGA differential expression in SCI articles
01. Preface
In the near future, it is expected that the emerging digital gene expression (DGE) technology will surpass microarray technology in many applications of functional genomics. One of the basic data analysis tasks, especially gene expression research, involves determining whether there is evidence that transcripts or exons are signifi ...
Posted by rsassine on Fri, 18 Feb 2022 02:03:30 +0100
python crawler diary 01
PYTHON reptile diary 01
Record your learning reptile diary
Choose python as the programming language
1. Environmental preparation
python3.6+
mysql
pycharm
2. Ideas
The goal is to climb the top 100 of the cat's eye
1. Analyze the law of url
https://maoyan.com/board/4?offset=10 Find their URLs and use the url parameter offset as th ...
Posted by totof06 on Thu, 17 Feb 2022 10:51:49 +0100