Data Visualization with Python and JavaScript: Scrape, Clean, Explore, and Transform Your Data, 2/e
暫譯: 使用 Python 和 JavaScript 進行資料視覺化:擷取、清理、探索與轉換您的資料,第二版
Dale, Kyran
- 出版商: O'Reilly
- 出版日期: 2023-01-17
- 定價: $2,290
- 售價: 8.0 折 $1,832
- 語言: 英文
- 頁數: 566
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1098111877
- ISBN-13: 9781098111878
-
相關分類:
Data-visualization
-
相關翻譯:
資料視覺化|使用 Python 與 JavaScript, 2/e (Data Visualization with Python and JavaScript: Scrape, Clean, Explore, and Transform Your Data, 2/e) (繁中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$1,728Learn Robotics Programming : Build and control AI-enabled autonomous robots using the Raspberry Pi and Python, 2/e (Paperback) -
Transformers for Natural Language Processing : Build, train, and fine-tune deep neural network architectures for NLP with Python, PyTorch, 2/e (Paperback)$3,200$3,040 -
ChatGPT 一本搞定:讓 AI 成為你的工作好幫手,徹底打敗拒絕新科技的人$380$342 -
Python + ChatGPT 零基礎 + 高效率學程式設計與運算思維, 3/e$780$616 -
$289你好,ChatGPT AI ChatGPT GPT-3 GPT-4 -
Python X ChatGPT:零基礎 AI 聊天用流程圖學 Python 程式設計$490$387 -
$2,520Generative Deep Learning: Teaching Machines to Paint, Write, Compose, and Play, 2/e (Paperback) -
AI 繪圖夢工廠 :Midjourney、Stable Diffusion、Leonardo. ai × ChatGPT 超應用 神技$630$498 -
ChatGPT 4 萬用手冊 2023 秋季號:超強外掛、Prompt、LineBot、OpenAI API、Midjourney、Stable Diffusion、Leonardo.ai$680$537 -
$1,450Artificial Intelligence: Foundations of Computational Agents, 3/e (Hardcover) -
Generative AI - Diffusion Model 擴散模型現場實作精解$720$568 -
Mastering PyTorch : Create and deploy deep learning models from CNNs to multimodal models, LLMs, and beyond, 2/e (Paperback)$1,900$1,805
2026-english-2-80 詳見活動內容 »
-
90折
$2,484Comptia Linux+ Study Guide: Essential Exam Prep -
90折
$2,520Video Generation with AI: Working with Diffusion Transformers and Multimodal Learning (Paperback) -
90折
$1,890Mapping Experiences: A Complete Guide to Activating Customer-Centered Collaboration 3/e -
90折
$2,493Databricks Certified Generative AI Engineer Associate Study Guide: Generative AI with Databricks -
90折
$2,502Ai-Assisted Statistics for Data Scientists: 50+ Essential Concepts Using R and Python -
90折
$2,268Observability Engineering: Achieving Production Excellence, 2/e (Paperback) -
90折
$1,935Soccer Analytics with Machine Learning: Learning Predictive Modeling Techniques with Sports Data -
90折
$1,980The C4 Model: Visualizing Software Architecture (Paperback) -
90折
$1,935Learning Cloud Security: Cloud Computing and Security Architecture Essentials -
90折
$2,502Vision Language Models: Building Vlms with Hugging Face (Paperback) -
90折
$2,106High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark 2/e -
90折
$1,944Python for Excel: A Modern Environment for Automation and Data Analysis -
90折
$1,440Managing AI Projects: Drive Innovation and Successfully Navigate the Full AI Project Lifecycle (Paperback) -
90折
$2,520AI-Ready Data Blueprints: From Raw Data to Ai-Driven Innovation (Paperback) -
90折
$1,917Certified Kubernetes Application Developer (Ckad) Study Guide: In-Depth Guidance and Practice (Paperback) -
90折
$2,484Large Language Models: The Hard Parts: Open Source AI Solutions for Common Pitfalls (Paperback) -
90折
$1,917Real-Time Intelligence with Microsoft Fabric: Empowering Data-Driven Decisions in the Era of AI (Paperback) -
90折
$2,484Rag with Python Cookbook: Practical Recipes from Data Preprocessing to LLM Agents (Paperback) -
90折
$2,448Hands-On LLM Serving and Optimization: Hosting Llms at Scale (Paperback) -
90折
$2,205Vector Databases: A Practical Introduction (Paperback) -
90折
$2,205Generative AI on Microsoft Azure: From Large Language Models to Advanced Multi-Agent Systems (Paperback) -
90折
$1,890Learning Generative AI Tools for Excel: Speed Up Your Everyday Tasks with Microsoft Excel, Copilot, Chatgpt, and Beyond (Paperback) -
90折
$2,520Learning Automl: Automating ML Pipelines with Autogluon, Leading Frameworks, and Real-World Integration (Paperback) -
90折
$2,520Transformers: The Definitive Guide: Applications Beyond NLP (Paperback) -
90折
$1,809UX Skills for Business Strategy: Articulating Impact for Product, User, and Business Outcomes
商品描述
How do you turn raw, unprocessed, or malformed data into dynamic, interactive web visualizations? In this practical book, author Kyran Dale shows data scientists and analysts--as well as Python and JavaScript developers--how to create the ideal toolchain for the job. By providing engaging examples and stressing hard-earned best practices, this guide teaches you how to leverage the power of best-of-breed Python and JavaScript libraries.
Python provides accessible, powerful, and mature libraries for scraping, cleaning, and processing data. And while JavaScript is the best language when it comes to programming web visualizations, its data processing abilities can't compare with Python's. Together, these two languages are a perfect complement for creating a modern web-visualization toolchain. This book gets you started.
You'll learn how to:
- Obtain data you need programmatically, using scraping tools or web APIs: Requests, Scrapy, Beautiful Soup
- Clean and process data using Python's heavyweight data processing libraries within the NumPy ecosystem: Jupyter notebooks with pandas+Matplotlib+Seaborn
- Deliver the data to a browser with static files or by using Flask, the lightweight Python server, and a RESTful API
- Pick up enough web development skills (HTML, CSS, JS) to get your visualized data on the web
- Use the data you've mined and refined to create web charts and visualizations with Plotly, D3, Leaflet, and other libraries
商品描述(中文翻譯)
如何將原始、未處理或格式不正確的數據轉換為動態、互動的網頁視覺化?在這本實用的書籍中,作者 Kyran Dale 向數據科學家和分析師,以及 Python 和 JavaScript 開發者展示如何為這項工作創建理想的工具鏈。通過提供引人入勝的範例並強調經過實踐的最佳做法,本指南教你如何利用一流的 Python 和 JavaScript 函式庫的力量。
Python 提供了可訪問的、強大且成熟的函式庫,用於抓取、清理和處理數據。而雖然 JavaScript 是編寫網頁視覺化的最佳語言,但其數據處理能力無法與 Python 相提並論。這兩種語言共同構成了創建現代網頁視覺化工具鏈的完美補充。本書將幫助你入門。
你將學會如何:
- 使用抓取工具或網頁 API 程式化地獲取所需數據:Requests、Scrapy、Beautiful Soup
- 使用 Python 的重量級數據處理函式庫在 NumPy 生態系統中清理和處理數據:使用 pandas + Matplotlib + Seaborn 的 Jupyter 筆記本
- 通過靜態文件或使用輕量級 Python 伺服器 Flask 和 RESTful API 將數據傳遞到瀏覽器
- 獲得足夠的網頁開發技能(HTML、CSS、JS),以便將你的視覺化數據上傳到網路
- 使用你挖掘和精煉的數據,利用 Plotly、D3、Leaflet 和其他函式庫創建網頁圖表和視覺化