Data Wrangling with Python: Tips and Tools to Make Your Life Easier

5.0

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

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

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

How do you take your data analysis skills beyond Excel to the next level? By learning just enough Python to get stuff done. This hands-on guide shows non-programmers like you how to process information that’s initially too messy or difficult to access. You dont need to know a thing about the Python programming language to get started.Through various step-by-step exercises, you’ll learn how to acquire, clean, analyze, and present data efficiently. You’ll also discover how to automate your data process, schedule file- editing and clean-up tasks, process larger datasets, and create compelling stories with data you obtain. Quickly learn basic Python syntax, data types, and language concepts Work with both machine-readable and human-consumable data Scrape websites and APIs to find a bounty of useful information Clean and format data to eliminate duplicates and errors in your datasets Learn when to standardize data and when to test and script data cleanup Explore and analyze your datasets with new Python libraries and techniques Use Python solutions to automate your entire data-wrangling process

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

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

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

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

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

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

نویسندگان:


نظرات:


5.0

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

nandan6
nandan6

21 جولای 2025، ساعت 20:34

Good introductory book. Provides sufficient depth to python fundamentals, followed by several practical data wrangling examples. Later chapters provide a high level overview of more advanced applications (less code here). I deducted off two stars for two reasons, one for using python 2 instead of 3 (for an introductory book this choice is perplexing). Pretty much all topics, with the exception of the chapter on Scrapy, could have been explained using python 3. Another star deducted for barely a passing mention of the pandas package. Most wrangling examples in the book could be much easier implemented through pandas (although that's a mater of opinion, I feel like there should have been more than just a passing mention of one of python's oft used data wrangling packages)