Tag

Pivot Table

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 20, 2025 · Fundamentals

Using Python pandas to Replicate Excel Functions: VLOOKUP, Pivot Tables, and Plotting

This article demonstrates how to replace common Excel operations such as VLOOKUP, data pivot tables, and charting with Python's pandas and plotly libraries, providing code examples, explanations of data import/export settings, and performance considerations for large‑scale data analysis.

ExcelPivot TablePlotly
0 likes · 14 min read
Using Python pandas to Replicate Excel Functions: VLOOKUP, Pivot Tables, and Plotting
ByteFE
ByteFE
Nov 22, 2023 · Frontend Development

Introducing Multi‑Dimensional (Pivot) Tables with VTable: Concepts, Configuration, and Business Scenarios

This article explains the fundamentals of multi‑dimensional (pivot) tables, describes core BI concepts such as dimensions, hierarchies, members and indicators, and shows how VTable maps these concepts to configuration options, data analysis features, custom dimension trees, and real‑world use cases.

ConfigurationData VisualizationPivot Table
0 likes · 11 min read
Introducing Multi‑Dimensional (Pivot) Tables with VTable: Concepts, Configuration, and Business Scenarios
Python Programming Learning Circle
Python Programming Learning Circle
Aug 12, 2023 · Fundamentals

Using Python pandas to Replicate Common Excel Functions and Visualizations

This article demonstrates how to replace typical Excel operations such as data import, VLOOKUP, pivot tables, and charting with Python's pandas and Plotly libraries, providing code examples and step‑by‑step explanations for each task.

ExcelPivot TablePlotly
0 likes · 14 min read
Using Python pandas to Replicate Common Excel Functions and Visualizations
Python Programming Learning Circle
Python Programming Learning Circle
Oct 10, 2022 · Fundamentals

Using Python pandas to Replicate Excel Functions: VLOOKUP, Data I/O, Pivot Tables, and Plotting

This article demonstrates how to replace Excel's common data‑analysis tasks—such as VLOOKUP, data import/export, pivot tables, and charting—by using Python's pandas library together with Plotly for visualization, providing code examples and performance tips for each scenario.

ExcelPivot TableVLOOKUP
0 likes · 15 min read
Using Python pandas to Replicate Excel Functions: VLOOKUP, Data I/O, Pivot Tables, and Plotting
Python Programming Learning Circle
Python Programming Learning Circle
Sep 30, 2022 · Backend Development

Scraping Douban Top 250 Movies with Python and Analyzing Yearly Distribution

This tutorial demonstrates how to use Python's requests and BeautifulSoup libraries to scrape the titles and release years of the 250 movies listed on Douban, clean the extracted data, output it for Excel, and then create a pivot table and chart to visualize the yearly distribution of top films.

BeautifulSoupExcelPivot Table
0 likes · 7 min read
Scraping Douban Top 250 Movies with Python and Analyzing Yearly Distribution
Python Programming Learning Circle
Python Programming Learning Circle
Jul 13, 2022 · Fundamentals

Eight Useful Python Techniques for Data Analysis: List Comprehensions, Lambda, Map/Filter, NumPy arange/linspace, Pandas Axis, Concat/Merge/Join, Apply, and Pivot Tables

This article presents eight practical Python data‑analysis techniques—including one‑line list definitions, lambda expressions, map and filter functions, NumPy arange/linspace, Pandas axis handling, DataFrame concatenation/merging/joining, the apply method, and pivot tables—each illustrated with clear code examples and explanations.

NumPyPivot TablePython
0 likes · 7 min read
Eight Useful Python Techniques for Data Analysis: List Comprehensions, Lambda, Map/Filter, NumPy arange/linspace, Pandas Axis, Concat/Merge/Join, Apply, and Pivot Tables
IT Services Circle
IT Services Circle
Mar 25, 2022 · Backend Development

Automating Excel Pivot Table Generation with Python and Packaging as a Standalone Executable

This article demonstrates how to automate the creation of Excel pivot tables using Python's pandas library, build a Tkinter GUI for user interaction, and package the solution into a standalone executable with PyInstaller, including steps for managing dependencies and reducing file size.

AutomationExcelPivot Table
0 likes · 10 min read
Automating Excel Pivot Table Generation with Python and Packaging as a Standalone Executable
Python Programming Learning Circle
Python Programming Learning Circle
Jun 12, 2020 · Fundamentals

Using Python pandas and Plotly to Replicate Common Excel Functions

This article demonstrates how to replace typical Excel operations such as data import/export, VLOOKUP, pivot tables, and chart creation with Python libraries pandas and plotly, providing code examples and explanations for each task.

ExcelPivot TablePlotly
0 likes · 13 min read
Using Python pandas and Plotly to Replicate Common Excel Functions
Python Programming Learning Circle
Python Programming Learning Circle
Jun 9, 2020 · Big Data

Using Pandas to Replicate Advanced Excel Tasks in Python

This tutorial demonstrates how to import Excel data into Pandas, reproduce IF and VLOOKUP functionality, and generate pivot tables with Python, highlighting the differences between Excel and Pandas and showing why Python can be a more reusable and scalable solution for data analysis.

ExcelPivot TablePython
0 likes · 6 min read
Using Pandas to Replicate Advanced Excel Tasks in Python
Dual-Track Product Journal
Dual-Track Product Journal
Mar 8, 2020 · Fundamentals

Unlock Excel’s Hidden Power: Pivot Tables, VLOOKUP & Text Tools

This guide shows data product managers how to master essential Excel features—including pivot tables, VLOOKUP, and the Text‑to‑Columns tool—so they can turn raw data into actionable insights and implement data‑driven product strategies efficiently.

Data VisualizationExcelPivot Table
0 likes · 8 min read
Unlock Excel’s Hidden Power: Pivot Tables, VLOOKUP & Text Tools