Record a real order receiving record: cat's eye movie data visualization, with a revenue of 1000 yuan in three hours

Last weekend, we received a 1200 order. The customer service took a 10% commission and got 1000. It was completed in two hours. I was very happy. In fact, there are not many such orders. The technical difficulty is low, but the price is high. We commonly call them "fish picking list". Thinking of making money, I invited the goddess to ...

Posted by fmpros on Thu, 03 Feb 2022 05:03:03 +0100

Data analysis pandas foundation, Jupiter notebook

(I) pandas Foundation 1, Introduction to pandas Python Data Analysis Library Pandas is a tool based on NumPy, which was created to solve the task of data analysis. Pandas incorporates a large number of libraries and some standard data models, providing the tools needed to operate large structured data sets efficiently. 2, pandas core data s ...

Posted by sks1024 on Thu, 03 Feb 2022 03:23:02 +0100

RFM analysis of R language

catalogue 1, Definition of RFM analysis: II. Assumptions of RFM analysis 3, Steps of RFM analysis 4, RMF analysis example 4.1 data preparation 4.2 calculation of R/F/M 4.3 score and assign R, F and M in groups 4.4 calculate the comprehensive score of RFM 4.5 customer classification Note: personal study notes - who says rookies can ...

Posted by SoireeExtreme on Thu, 03 Feb 2022 01:52:03 +0100

On the second day of the lunar new year, I made a windows notification manager

A few days ago, I saw a python framework win10toast, which can be used to do the message notification function of windows. Some event notification functions can be realized by setting the notification interval. For example, it can remind us to drink water on time. Go to the end of the article to get the source code > > > The interf ...

Posted by Quest on Thu, 03 Feb 2022 00:11:13 +0100

Excel notes ~ it's traditional

Video source P1 getting started with Excel P2 table design & automatic summation function Application of P3 frozen table column & split window P4 data sorting P5 data screening P6 format as table & cross analysis filter table P7 set the conditions for formatting the table P8 worksheet setting & consolidated calculati ...

Posted by freedmania on Wed, 02 Feb 2022 19:34:14 +0100

Share 2 scripts for Python processing Excel

1, Write in front It comes from the study / work needs of two readers. Coincidentally, the needs of these two readers are about batch merging sheet s (information needed for retrieval). The data style used in this paper can be disclosed with the consent of the reader. The data in the file is generated by the Rand function in Excel to ensur ...

Posted by astribuncio on Wed, 02 Feb 2022 17:00:12 +0100

[Theory + case practice] logistic regression of Python data analysis

Introduction: logistic regression is a very common means of classification. It belongs to probabilistic nonlinear regression, which is divided into two classification and multi classification regression models. For binary logistic regression, the dependent variable y has only two values of "yes" and "no", which are recorded ...

Posted by callmubashar on Wed, 02 Feb 2022 14:19:05 +0100

Programming with Python, compiling stock trading strategy and back test analysis with the help of existing quantitative platform

1, Introduction Hello, I'm sailing. The content shared today is based on Python programming to realize the development of stock trading related functions. If readers do not know much about stock or financial derivative trading and are more interested, they can query relevant materials by themselves. Next, the author will introduce several com ...

Posted by jannoy on Tue, 01 Feb 2022 04:44:40 +0100

Pandas: deeply understand the data structure of pandas

brief introduction This article will explain the basic data types Series and DataFrame in Pandas, and explain in detail the creation, indexing and other basic behaviors of these two types. To use Pandas, you need to reference the following lib: In [1]: import numpy as np In [2]: import pandas as pd Series Series is a one-dimensional ...

Posted by AstroTeg on Tue, 01 Feb 2022 01:34:12 +0100

python visual chart analysis -- the use of pyecarts Library

python visual chart analysis -- the use of pyecharts Library preface pyecharts Official website https://pyecharts.org/ Simple API design, smooth use, and support chain call Includes 30 + common charts, everything Support mainstream Notebook environment, Jupyter Notebook and jupyterab It can be easily integrated into mainstream Web framework ...

Posted by non_zero on Mon, 31 Jan 2022 16:36:08 +0100