Learning Spark: Lightning-Fast Data Analytics

5.0

بر اساس نظر کاربران

شما میتونید سوالاتتون در باره کتاب رو از هوش مصنوعیش بعد از ورود بپرسید
هر دانلود یا پرسش از هوش مصنوعی 2 امتیاز لازم دارد، برای بدست آوردن امتیاز رایگان، به صفحه ی راهنمای امتیازات سر بزنید و یک سری کار ارزشمند انجام بدین

کتاب های مرتبط:

Data is getting bigger, arriving faster, and coming in varied formats — and it all needs to be processed at scale for analytics or machine learning. How can you process such varied data workloads efficiently? Enter Apache Spark. Updated to emphasize new features in Spark 2.x., this second edition shows data engineers and scientists why structure and unification in Spark matters. Specifically, this book explains how to perform simple and complex data analytics and employ machine-learning algorithms. Through discourse, code snippets, and notebooks, you’ll be able to: • Learn Python, SQL, Scala, or Java high-level APIs: DataFrames and Datasets • Peek under the hood of the Spark SQL engine to understand Spark transformations and performance • Inspect, tune, and debug your Spark operations with Spark configurations and Spark UI • Connect to data sources: JSON, Parquet, CSV, Avro, ORC, Hive, S3, or Kafka • Perform analytics on batch and streaming data using Structured Streaming • Build reliable data pipelines with open source Delta Lake and Spark • Develop machine learning pipelines with MLlib and productionize models using MLflow • Use open source Pandas framework Koalas and Spark for data transformation and feature engineering

دانلود رایگان مستقیم

برای دانلود رایگان این کتاب و هزاران کتاب دیگه همین حالا عضو بشین

برای خواندن این کتاب باید نرم افزار PDF Reader را دانلود کنید Foxit Reader

دسترسی به کتاب‌ها از طریق پلتفرم‌های قانونی و کتابخانه‌های عمومی نه تنها از حقوق نویسندگان و ناشران حمایت می‌کند، بلکه به پایداری فرهنگ کتابخوانی نیز کمک می‌رساند. پیش از دانلود، لحظه‌ای به بررسی این گزینه‌ها فکر کنید.

این کتاب رو در پلتفرم های دیگه ببینید

WorldCat به شما کمک میکنه تا کتاب ها رو در کتابخانه های سراسر دنیا پیدا کنید
امتیازها، نظرات تخصصی و صحبت ها درباره کتاب را در Goodreads ببینید
کتاب‌های کمیاب یا دست دوم را در AbeBooks پیدا کنید و بخرید

نویسندگان:


نظرات:


5.0

بر اساس 1 نظر کاربران

nandan0
nandan0

6 ژون 2025، ساعت 5:32

Highly recommend this book for beginners looking to get into Spark programming. Examples are shown with both Python and Scala. I found the authors writing style extremely pleasant. Being a technical book the explanations were very easy to follow. Complicated technical terms are explained in very simple english.

I have the kindle edition and noticed that the formulas on one of the pages on machine learning was slightly cutoff at the edges but I wont remove a star because of that. In my view there are tons of material online to understand those regression formulas. What really worked for me is how great a job the authors have done in explaining how to use Spark 3.0.

Since I am a Python and SQL user this book really benefits me at work. The syntax and function explains are very clear and with an online Databricks account one can really practice as you learn with an uncomplicated dataset. How to program the Dataframe API is really well covered.