Python Crawling & Data Mining
Author

Python Crawling & Data Mining

Life's short, I code in Python. This channel shares Python web crawling, data mining, analysis, processing, visualization, automated testing, DevOps, big data, AI, cloud computing, machine learning tools, resources, news, technical articles, tutorial videos and learning materials. Join us!

1.5k
Articles
0
Likes
3.4k
Views
0
Comments
Recent Articles

Latest from Python Crawling & Data Mining

100 recent articles max
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 26, 2025 · Fundamentals

Mastering Python Web Scraping: Clean Price Extraction with XPath Tricks

This article walks through a Python web‑scraping problem, demonstrates why the original XPath extraction returns noisy or missing price data, and provides multiple refined code solutions—including filtering empty entries, correcting XPath selectors, and using map‑filter techniques—to produce clean, formatted price lists.

Pythondata cleaninglxml
0 likes · 6 min read
Mastering Python Web Scraping: Clean Price Extraction with XPath Tricks
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 23, 2025 · Fundamentals

How to Fix Python Library Installation Errors and Missing Dependencies

This guide walks you through common Python library installation issues—such as missing environment variables and absent dependencies—provides step‑by‑step screenshots, explains how to add the Python path to system variables, and shows how to use a reliable mirror with pip to install packages like netCDF4.

Pythondependency-managementlibrary installation
0 likes · 4 min read
How to Fix Python Library Installation Errors and Missing Dependencies
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 20, 2025 · Fundamentals

How to Parse Complex JSON with Pandas, jsonpath, and Python – A Step‑by‑Step Guide

This article walks through a real‑world Python problem of extracting nested soccer odds from a JSON file, comparing pandas read_json, jsonpath, and regex approaches, and ultimately presenting a complete pandas‑based solution that normalizes the data, cleans it with a helper function, and exports it to CSV.

Data ProcessingJSONJsonPath
0 likes · 6 min read
How to Parse Complex JSON with Pandas, jsonpath, and Python – A Step‑by‑Step Guide