Tag

data analysis

1 views collected around this technical thread.

Model Perspective
Model Perspective
Jun 15, 2025 · Fundamentals

How Does Statistical Thinking Differ from Mathematical Thinking? A Deep Dive

This article explores how mathematical and statistical thinking differ in their starting points, research objects, problem formulation, reasoning methods, and attitudes toward uncertainty, highlighting that mathematics emphasizes formal deduction while statistics focuses on probabilistic inference and decision‑making under uncertainty.

data analysismathematical thinkingprobability
0 likes · 7 min read
How Does Statistical Thinking Differ from Mathematical Thinking? A Deep Dive
Python Programming Learning Circle
Python Programming Learning Circle
Jun 12, 2025 · Fundamentals

Essential Python Libraries Every Developer Should Master

This guide introduces the most popular Python libraries across web development, GUI creation, data analysis, machine learning, and automation, explaining their purposes, advantages, selection criteria, and providing concise code examples to help developers quickly adopt the right tools for their projects.

GUILibrariesPython
0 likes · 16 min read
Essential Python Libraries Every Developer Should Master
Python Programming Learning Circle
Python Programming Learning Circle
May 30, 2025 · Fundamentals

Python and Pandas Version Compatibility Guide

This article explains why matching Python and Pandas versions is essential, provides a compatibility table, shows how to install the correct Pandas release for a given Python version, demonstrates checking current versions, and offers commands for upgrading or downgrading Pandas while recommending virtual environments and official documentation.

InstallationVirtual Environmentdata analysis
0 likes · 3 min read
Python and Pandas Version Compatibility Guide
AntData
AntData
May 30, 2025 · Artificial Intelligence

DeepInsight Copilot: AI‑Powered Data Analysis Platform Overview and Technical Evolution

The article presents an in‑depth overview of DeepInsight Copilot, an AI‑driven business intelligence product that streamlines data, information, insight, and decision‑recommendation stages, detailing its functional modules, intelligent agents, multi‑generation technical evolution, architecture, model fine‑tuning, and future challenges and solutions in data analysis.

AIBusiness IntelligenceCopilot
0 likes · 21 min read
DeepInsight Copilot: AI‑Powered Data Analysis Platform Overview and Technical Evolution
Python Programming Learning Circle
Python Programming Learning Circle
May 29, 2025 · Fundamentals

12 Essential Python Libraries Every Developer Should Know in 2025

In 2025, Python remains the leading language, and this article presents twelve indispensable libraries—ranging from data manipulation with Pandas to deep learning with TensorFlow and PyTorch—detailing their key features and providing code examples to help developers master essential tools across various domains.

LibrariesPythonWeb Development
0 likes · 13 min read
12 Essential Python Libraries Every Developer Should Know in 2025
Dual-Track Product Journal
Dual-Track Product Journal
May 23, 2025 · Product Management

Essential E‑Commerce Product Manager Glossary: From GMV to AARRR

A comprehensive glossary for e‑commerce product managers that defines key metrics such as GMV, SKU, UV, CVR, AOV, CPC, and models like RFM and AARRR, while highlighting common pitfalls and practical strategies for data‑driven decision making.

Metricsconversion ratedata analysis
0 likes · 9 min read
Essential E‑Commerce Product Manager Glossary: From GMV to AARRR
Python Programming Learning Circle
Python Programming Learning Circle
May 21, 2025 · Fundamentals

Introduction to NumPy: Core Features, Array Creation, Operations, Indexing, and I/O

This article provides a comprehensive overview of NumPy, covering its high‑performance ndarray object, core functionalities such as broadcasting and vectorized operations, array creation and manipulation methods, mathematical and statistical functions, linear‑algebra utilities, random number generation, and input/output capabilities with practical code examples.

NumPyPythonarray
0 likes · 6 min read
Introduction to NumPy: Core Features, Array Creation, Operations, Indexing, and I/O
Old Zhao – Management Systems Only
Old Zhao – Management Systems Only
May 17, 2025 · Operations

How to Turn Procurement into a Profit Center with Data‑Driven Analysis

This article explains why systematic procurement analysis is essential, outlines its eight core modules—from demand and category analysis to supplier management and price control—and provides practical methods such as the upgraded Kraljic matrix, dual‑dimensional supplier scoring, and regular review cycles to boost cost efficiency, operational speed, and risk mitigation.

cost controldata analysisprocurement
0 likes · 10 min read
How to Turn Procurement into a Profit Center with Data‑Driven Analysis
php中文网 Courses
php中文网 Courses
May 15, 2025 · Artificial Intelligence

Why Python Dominates Data Analysis and Machine Learning: Core Tools, Full‑Stack Solutions, and Learning Path

This article explains why Python has become the leading language for data analysis and machine learning, outlines the essential libraries and frameworks, provides practical code examples, describes typical application scenarios, suggests a staged learning roadmap, and forecasts future trends such as AutoML and federated learning.

PyTorchPythonTensorFlow
0 likes · 6 min read
Why Python Dominates Data Analysis and Machine Learning: Core Tools, Full‑Stack Solutions, and Learning Path
Python Programming Learning Circle
Python Programming Learning Circle
May 13, 2025 · Fundamentals

Top 10 Essential Python Libraries for Data Analysis with Code Examples

This article introduces ten highly practical Python libraries for data analysis—from Pandas and NumPy for data manipulation to Matplotlib, Seaborn, Plotly, Bokeh for visualization, and Scikit‑learn, Prophet, Dask, and PySpark for machine learning and big‑data processing—each illustrated with concise code snippets.

DaskMatplotlibNumPy
0 likes · 6 min read
Top 10 Essential Python Libraries for Data Analysis with Code Examples
Youzan Coder
Youzan Coder
May 12, 2025 · Artificial Intelligence

How Large Language Models Empower Business Development Engineers: Data Analysis, Model Training, and Rapid Prototyping

This article demonstrates how large language models can augment business development engineers by providing data insight, automating algorithm training, and enabling low‑cost rapid product prototyping, thereby transforming traditional backend‑focused roles into full‑stack, AI‑enhanced innovators.

AILarge Language ModelsModel Training
0 likes · 10 min read
How Large Language Models Empower Business Development Engineers: Data Analysis, Model Training, and Rapid Prototyping
php中文网 Courses
php中文网 Courses
May 7, 2025 · Fundamentals

Comprehensive Guide to Pandas Data Processing in Python

This tutorial provides a detailed overview of Pandas, covering its core data structures, data import/export, selection, cleaning, aggregation, merging, and a practical sales analysis example, with complete code snippets for each operation.

Pythondata aggregationdata analysis
0 likes · 8 min read
Comprehensive Guide to Pandas Data Processing in Python
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2025 · Fundamentals

Comprehensive Guide to Pandas: Series, DataFrames, Aggregation, and Visualization with Matplotlib

This tutorial introduces Pandas as a core Python library for data processing, demonstrates environment setup, shows how to create and manipulate Series and DataFrames, performs data aggregation and grouping on the Iris dataset, and visualizes results using Matplotlib with extensive code examples.

MatplotlibNumPydata analysis
0 likes · 11 min read
Comprehensive Guide to Pandas: Series, DataFrames, Aggregation, and Visualization with Matplotlib
php中文网 Courses
php中文网 Courses
Apr 30, 2025 · Fundamentals

Comprehensive Introduction to NumPy: ndarray, Creation, Indexing, Operations, Linear Algebra, I/O, and Real‑World Data Analysis

This article provides a thorough overview of NumPy, covering its core ndarray structure, various array creation methods, indexing and slicing techniques, vectorized operations with broadcasting, statistical and linear‑algebra functions, file input/output, and a practical data‑analysis example, all illustrated with executable Python code.

Array OperationsNumPyPython
0 likes · 10 min read
Comprehensive Introduction to NumPy: ndarray, Creation, Indexing, Operations, Linear Algebra, I/O, and Real‑World Data Analysis
Model Perspective
Model Perspective
Apr 1, 2025 · Fundamentals

Unlock Excel’s Power: A Complete Guide to Python in Excel

Python in Excel lets Microsoft 365 users write and run Python code directly within spreadsheets, offering built-in libraries for data analysis, visualization, and machine learning, with cloud execution, seamless cell integration, step‑by‑step activation, sample code, library support, data import, troubleshooting, and practical tips.

Excel AutomationMatplotlibPython in Excel
0 likes · 12 min read
Unlock Excel’s Power: A Complete Guide to Python in Excel
Python Programming Learning Circle
Python Programming Learning Circle
Mar 26, 2025 · Big Data

Top 10 Essential Python Libraries for Data Analysis and Machine Learning

This tutorial introduces ten highly practical Python libraries—Pandas, NumPy, Matplotlib, Seaborn, Plotly, Scikit-learn, Dask, PySpark, Bokeh, and Prophet—providing code examples that guide readers through data cleaning, visualization, and predictive modeling to accelerate their data‑analysis expertise.

Big DataNumPydata analysis
0 likes · 7 min read
Top 10 Essential Python Libraries for Data Analysis and Machine Learning
Model Perspective
Model Perspective
Mar 20, 2025 · Big Data

How to Sample Effectively in the Big Data Era: Methods and Best Practices

This article explores essential sampling strategies for big‑data environments—including simple random, reservoir, stratified, oversampling, undersampling, and weighted sampling—detailing their principles, algorithmic steps, advantages, drawbacks, and suitable application scenarios to help analysts choose the right method.

Big Datadata analysisoversampling
0 likes · 8 min read
How to Sample Effectively in the Big Data Era: Methods and Best Practices
Python Programming Learning Circle
Python Programming Learning Circle
Mar 17, 2025 · Fundamentals

Why Python Won’t Replace Excel and How to Bridge the Gap in Financial Workflows

The article explains why Python cannot fully replace Excel in finance, outlines spreadsheet pain points such as slowness, data‑size limits, and reproducibility issues, and introduces Python tools like Pandas, Mito, openpyxl, and Lux that can complement and extend Excel workflows.

ExcelFinanceautomation
0 likes · 6 min read
Why Python Won’t Replace Excel and How to Bridge the Gap in Financial Workflows
Model Perspective
Model Perspective
Mar 17, 2025 · Fundamentals

How the Texas Sharpshooter Fallacy Skews Sports, Tech & Everyday Decisions

The Texas Sharpshooter Fallacy—selectively highlighting data that supports a claim while ignoring contradictory evidence—appears in sports highlights, tech marketing, startup storytelling, and even medical research, and the article explains its mechanics and offers practical steps to avoid being misled.

cognitive biascritical thinkingdata analysis
0 likes · 8 min read
How the Texas Sharpshooter Fallacy Skews Sports, Tech & Everyday Decisions
php中文网 Courses
php中文网 Courses
Mar 13, 2025 · Fundamentals

History, Features, and Applications of Python

This article outlines Python's origin in 1989, its evolution through major versions, highlights its simple syntax, powerful libraries, cross‑platform nature, and showcases its widespread use in web development, data analysis, AI, automation, web crawling, and game development.

FeaturesHistoryPython
0 likes · 4 min read
History, Features, and Applications of Python