Pandas 1.x Cookbook

Pandas 1.x Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 627
Release :
ISBN-10 : 9781839218910
ISBN-13 : 1839218916
Rating : 4/5 (10 Downloads)

Synopsis Pandas 1.x Cookbook by : Matt Harrison

Use the power of pandas to solve most complex scientific computing problems with ease. Revised for pandas 1.x. Key Features This is the first book on pandas 1.x Practical, easy to implement recipes for quick solutions to common problems in data using pandas Master the fundamentals of pandas to quickly begin exploring any dataset Book DescriptionThe pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands as one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through situations that you are highly likely to encounter. This new updated and revised edition provides you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. Many advanced recipes combine several different features across the pandas library to generate results.What you will learn Master data exploration in pandas through dozens of practice problems Group, aggregate, transform, reshape, and filter data Merge data from different sources through pandas SQL-like operations Create visualizations via pandas hooks to matplotlib and seaborn Use pandas, time series functionality to perform powerful analyses Import, clean, and prepare real-world datasets for machine learning Create workflows for processing big data that doesn’t fit in memory Who this book is for This book is for Python developers, data scientists, engineers, and analysts. Pandas is the ideal tool for manipulating structured data with Python and this book provides ample instruction and examples. Not only does it cover the basics required to be proficient, but it goes into the details of idiomatic pandas.

Pandas Cookbook

Pandas Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 534
Release :
ISBN-10 : 9781784393342
ISBN-13 : 1784393347
Rating : 4/5 (42 Downloads)

Synopsis Pandas Cookbook by : Theodore Petrou

Over 95 hands-on recipes to leverage the power of pandas for efficient scientific computation and data analysis About This Book Use the power of pandas to solve most complex scientific computing problems with ease Leverage fast, robust data structures in pandas to gain useful insights from your data Practical, easy to implement recipes for quick solutions to common problems in data using pandas Who This Book Is For This book is for data scientists, analysts and Python developers who wish to explore data analysis and scientific computing in a practical, hands-on manner. The recipes included in this book are suitable for both novice and advanced users, and contain helpful tips, tricks and caveats wherever necessary. Some understanding of pandas will be helpful, but not mandatory. What You Will Learn Master the fundamentals of pandas to quickly begin exploring any dataset Isolate any subset of data by properly selecting and querying the data Split data into independent groups before applying aggregations and transformations to each group Restructure data into tidy form to make data analysis and visualization easier Prepare real-world messy datasets for machine learning Combine and merge data from different sources through pandas SQL-like operations Utilize pandas unparalleled time series functionality Create beautiful and insightful visualizations through pandas direct hooks to Matplotlib and Seaborn In Detail This book will provide you with unique, idiomatic, and fun recipes for both fundamental and advanced data manipulation tasks with pandas. Some recipes focus on achieving a deeper understanding of basic principles, or comparing and contrasting two similar operations. Other recipes will dive deep into a particular dataset, uncovering new and unexpected insights along the way. The pandas library is massive, and it's common for frequent users to be unaware of many of its more impressive features. The official pandas documentation, while thorough, does not contain many useful examples of how to piece together multiple commands like one would do during an actual analysis. This book guides you, as if you were looking over the shoulder of an expert, through practical situations that you are highly likely to encounter. Many advanced recipes combine several different features across the pandas library to generate results. Style and approach The author relies on his vast experience teaching pandas in a professional setting to deliver very detailed explanations for each line of code in all of the recipes. All code and dataset explanations exist in Jupyter Notebooks, an excellent interface for exploring data.

Hello, Cupcake!

Hello, Cupcake!
Author :
Publisher : Houghton Mifflin Harcourt
Total Pages : 387
Release :
ISBN-10 : 9780547346601
ISBN-13 : 0547346603
Rating : 4/5 (01 Downloads)

Synopsis Hello, Cupcake! by : Karen Tack

New York Times Bestseller: Sweeten special occasions with these easy recipes for creative cupcakes using common candies. With hundreds of brilliant photos, this cookbook features witty, one-of-a-kind, imaginative cupcake designs using candies from the local convenience store, no baking skills or fancy pastry equipment required. Create funny, scary, and sophisticated masterpieces using a ziplock bag and common candies and snack items. With these easy-to-follow techniques, even the most kitchen-challenged cooks can: • raise a big-top circus cupcake tier for a kid's birthday • plant candy vegetables on Oreo earth cupcakes for a garden party • trot out a line of confectionery “pup cakes” for a dog fancier • serve spaghetti and meatball cupcakes for April Fool's Day • bewitch trick-or-treaters with eerie alien cupcakes • create holidays on icing with a white Christmas cupcake wreath, turkey cupcake place cards, and Easter egg cupcakes

Mathematics for Machine Learning

Mathematics for Machine Learning
Author :
Publisher : Cambridge University Press
Total Pages : 392
Release :
ISBN-10 : 9781108569323
ISBN-13 : 1108569323
Rating : 4/5 (23 Downloads)

Synopsis Mathematics for Machine Learning by : Marc Peter Deisenroth

The fundamental mathematical tools needed to understand machine learning include linear algebra, analytic geometry, matrix decompositions, vector calculus, optimization, probability and statistics. These topics are traditionally taught in disparate courses, making it hard for data science or computer science students, or professionals, to efficiently learn the mathematics. This self-contained textbook bridges the gap between mathematical and machine learning texts, introducing the mathematical concepts with a minimum of prerequisites. It uses these concepts to derive four central machine learning methods: linear regression, principal component analysis, Gaussian mixture models and support vector machines. For students and others with a mathematical background, these derivations provide a starting point to machine learning texts. For those learning the mathematics for the first time, the methods help build intuition and practical experience with applying mathematical concepts. Every chapter includes worked examples and exercises to test understanding. Programming tutorials are offered on the book's web site.

Cleaning Data for Effective Data Science

Cleaning Data for Effective Data Science
Author :
Publisher : Packt Publishing Ltd
Total Pages : 499
Release :
ISBN-10 : 9781801074407
ISBN-13 : 1801074402
Rating : 4/5 (07 Downloads)

Synopsis Cleaning Data for Effective Data Science by : David Mertz

Think about your data intelligently and ask the right questions Key FeaturesMaster data cleaning techniques necessary to perform real-world data science and machine learning tasksSpot common problems with dirty data and develop flexible solutions from first principlesTest and refine your newly acquired skills through detailed exercises at the end of each chapterBook Description Data cleaning is the all-important first step to successful data science, data analysis, and machine learning. If you work with any kind of data, this book is your go-to resource, arming you with the insights and heuristics experienced data scientists had to learn the hard way. In a light-hearted and engaging exploration of different tools, techniques, and datasets real and fictitious, Python veteran David Mertz teaches you the ins and outs of data preparation and the essential questions you should be asking of every piece of data you work with. Using a mixture of Python, R, and common command-line tools, Cleaning Data for Effective Data Science follows the data cleaning pipeline from start to end, focusing on helping you understand the principles underlying each step of the process. You'll look at data ingestion of a vast range of tabular, hierarchical, and other data formats, impute missing values, detect unreliable data and statistical anomalies, and generate synthetic features. The long-form exercises at the end of each chapter let you get hands-on with the skills you've acquired along the way, also providing a valuable resource for academic courses. What you will learnIngest and work with common data formats like JSON, CSV, SQL and NoSQL databases, PDF, and binary serialized data structuresUnderstand how and why we use tools such as pandas, SciPy, scikit-learn, Tidyverse, and BashApply useful rules and heuristics for assessing data quality and detecting bias, like Benford’s law and the 68-95-99.7 ruleIdentify and handle unreliable data and outliers, examining z-score and other statistical propertiesImpute sensible values into missing data and use sampling to fix imbalancesUse dimensionality reduction, quantization, one-hot encoding, and other feature engineering techniques to draw out patterns in your dataWork carefully with time series data, performing de-trending and interpolationWho this book is for This book is designed to benefit software developers, data scientists, aspiring data scientists, teachers, and students who work with data. If you want to improve your rigor in data hygiene or are looking for a refresher, this book is for you. Basic familiarity with statistics, general concepts in machine learning, knowledge of a programming language (Python or R), and some exposure to data science are helpful.

Hands-On Data Preprocessing in Python

Hands-On Data Preprocessing in Python
Author :
Publisher : Packt Publishing Ltd
Total Pages : 602
Release :
ISBN-10 : 9781801079952
ISBN-13 : 1801079951
Rating : 4/5 (52 Downloads)

Synopsis Hands-On Data Preprocessing in Python by : Roy Jafari

Get your raw data cleaned up and ready for processing to design better data analytic solutions Key FeaturesDevelop the skills to perform data cleaning, data integration, data reduction, and data transformationMake the most of your raw data with powerful data transformation and massaging techniquesPerform thorough data cleaning, including dealing with missing values and outliersBook Description Hands-On Data Preprocessing is a primer on the best data cleaning and preprocessing techniques, written by an expert who's developed college-level courses on data preprocessing and related subjects. With this book, you'll be equipped with the optimum data preprocessing techniques from multiple perspectives, ensuring that you get the best possible insights from your data. You'll learn about different technical and analytical aspects of data preprocessing – data collection, data cleaning, data integration, data reduction, and data transformation – and get to grips with implementing them using the open source Python programming environment. The hands-on examples and easy-to-follow chapters will help you gain a comprehensive articulation of data preprocessing, its whys and hows, and identify opportunities where data analytics could lead to more effective decision making. As you progress through the chapters, you'll also understand the role of data management systems and technologies for effective analytics and how to use APIs to pull data. By the end of this Python data preprocessing book, you'll be able to use Python to read, manipulate, and analyze data; perform data cleaning, integration, reduction, and transformation techniques, and handle outliers or missing values to effectively prepare data for analytic tools. What you will learnUse Python to perform analytics functions on your dataUnderstand the role of databases and how to effectively pull data from databasesPerform data preprocessing steps defined by your analytics goalsRecognize and resolve data integration challengesIdentify the need for data reduction and execute itDetect opportunities to improve analytics with data transformationWho this book is for This book is for junior and senior data analysts, business intelligence professionals, engineering undergraduates, and data enthusiasts looking to perform preprocessing and data cleaning on large amounts of data. You don't need any prior experience with data preprocessing to get started with this book. However, basic programming skills, such as working with variables, conditionals, and loops, along with beginner-level knowledge of Python and simple analytics experience, are a prerequisite.

Ultimate Bento

Ultimate Bento
Author :
Publisher : Tuttle Publishing
Total Pages : 180
Release :
ISBN-10 : 9781462922161
ISBN-13 : 1462922163
Rating : 4/5 (61 Downloads)

Synopsis Ultimate Bento by : Marc Matsumoto

**2020 Gourmand Food Culture Award Winner** With these fun, easy and delicious recipes, anyone can venture into the world of bento boxes--no special tools or containers necessary! Hosts of popular NHK World cooking show Bento Expo, Marc Matsumoto and Maki Ogawa share their bento-making expertise on the pages of this stunningly photographed cookbook. As a Japanese-American, Marc is ideally placed to help Western readers add Japanese touches to their lunches with easy-to-find ingredients. As a Japanese mom of teenage boys, Maki is an expert at creating simple yet delicious bento box combinations that can be put together easily every morning. Together they have created an accessible, authentic bento cookbook that everyone will enjoy. Ultimate Bento is packed with practical techniques, step-by-step instructions, and useful tips for 85 recipes that can be mixed-and-matched for 25 nutritionally balanced bento box lunches. Each bento in this book costs under $3 per serving, so you and your family can save money while also eating healthier. Recipes include: Summer Rolls Japanese-style Coleslaw Wasabi Chicken Snap Pea Stir-Fry Yakitori Chicken Skewers Mini Stuffed Peppers Ginger Pork

Guide to NumPy

Guide to NumPy
Author :
Publisher : CreateSpace
Total Pages : 364
Release :
ISBN-10 : 151730007X
ISBN-13 : 9781517300074
Rating : 4/5 (7X Downloads)

Synopsis Guide to NumPy by : Travis Oliphant

This is the second edition of Travis Oliphant's A Guide to NumPy originally published electronically in 2006. It is designed to be a reference that can be used by practitioners who are familiar with Python but want to learn more about NumPy and related tools. In this updated edition, new perspectives are shared as well as descriptions of new distributed processing tools in the ecosystem, and how Numba can be used to compile code using NumPy arrays. Travis Oliphant is the co-founder and CEO of Continuum Analytics. Continuum Analytics develops Anaconda, the leading modern open source analytics platform powered by Python. Travis, who is a passionate advocate of open source technology, has a Ph.D. from Mayo Clinic and B.S. and M.S. degrees in Mathematics and Electrical Engineering from Brigham Young University. Since 1997, he has worked extensively with Python for computational and data science. He was the primary creator of the NumPy package and founding contributor to the SciPy package. He was also a co-founder and past board member of NumFOCUS, a non-profit for reproducible and accessible science that supports the PyData stack. He also served on the board of the Python Software Foundation.

TensorFlow Deep Learning Projects

TensorFlow Deep Learning Projects
Author :
Publisher : Packt Publishing Ltd
Total Pages : 310
Release :
ISBN-10 : 9781788398381
ISBN-13 : 1788398386
Rating : 4/5 (81 Downloads)

Synopsis TensorFlow Deep Learning Projects by : Alexey Grigorev

Leverage the power of Tensorflow to design deep learning systems for a variety of real-world scenarios Key Features Build efficient deep learning pipelines using the popular Tensorflow framework Train neural networks such as ConvNets, generative models, and LSTMs Includes projects related to Computer Vision, stock prediction, chatbots and more Book Description TensorFlow is one of the most popular frameworks used for machine learning and, more recently, deep learning. It provides a fast and efficient framework for training different kinds of deep learning models, with very high accuracy. This book is your guide to master deep learning with TensorFlow with the help of 10 real-world projects. TensorFlow Deep Learning Projects starts with setting up the right TensorFlow environment for deep learning. Learn to train different types of deep learning models using TensorFlow, including Convolutional Neural Networks, Recurrent Neural Networks, LSTMs, and Generative Adversarial Networks. While doing so, you will build end-to-end deep learning solutions to tackle different real-world problems in image processing, recommendation systems, stock prediction, and building chatbots, to name a few. You will also develop systems that perform machine translation, and use reinforcement learning techniques to play games. By the end of this book, you will have mastered all the concepts of deep learning and their implementation with TensorFlow, and will be able to build and train your own deep learning models with TensorFlow confidently. What you will learn Set up the TensorFlow environment for deep learning Construct your own ConvNets for effective image processing Use LSTMs for image caption generation Forecast stock prediction accurately with an LSTM architecture Learn what semantic matching is by detecting duplicate Quora questions Set up an AWS instance with TensorFlow to train GANs Train and set up a chatbot to understand and interpret human input Build an AI capable of playing a video game by itself –and win it! Who this book is for This book is for data scientists, machine learning developers as well as deep learning practitioners, who want to build interesting deep learning projects that leverage the power of Tensorflow. Some understanding of machine learning and deep learning, and familiarity with the TensorFlow framework is all you need to get started with this book.

Foolproof Preserving and Canning

Foolproof Preserving and Canning
Author :
Publisher : America's Test Kitchen
Total Pages : 321
Release :
ISBN-10 : 9781940352510
ISBN-13 : 1940352517
Rating : 4/5 (10 Downloads)

Synopsis Foolproof Preserving and Canning by : America's Test Kitchen

Every home cook's essential step-by-step guide to canning and preserving 100 can't-fail sweet and savory recipes, from tried-and-true classics to modern updates. The experts at America's Test Kitchen show you how to easily (and safely) make homemade everything—from fruity jams with beautiful summer berries to piquant pickles from raw vegetables of all kinds—with detailed tutorials, troubleshooting tips, equipment information, instruction on doubling batches, and insight into the science behind canning (How much salt should you use? What's the perfect preserving temperature?). No matter what season it is, which jars you have, or how much time you have, this book has something for everyone, beginner or expert. Sweet Jams & Jellies: Once you’ve turned out flawless favorites like Raspberry & Strawberry, try your hand at Blueberry Earl Grey Jam. Savory Jams & Chutneys: Start with classics like Caramelized Onion Jam and then make a delicious Apple Shallot Chutney to pair with a favorite dish. Vegetable Pickles: Simply cooked in a vinegar brine or long-fermented, every pickle is perfectly crisp. Fruit in Syrup: Enjoy jewel-like fruit, from bite-size to whole, in a syrup made of the perfect ratio of water to sugar. Tomatoes: Intensify their flavor through roasting or lock in summer sweetness with fresh tomato sauce. Canning Books Are Hot More and more people are canning and preserving at home for the satisfaction of tranforming raw height-of-season produce into jewel-like jars of jams, jellies, and condiments, or umami-packed pickles. Step-by-Step Instruction This is the first canning and preserving book from ATK; we take the mystery and fear away and provide detailed and illustrated instructions for every recipe. Timelines for Every Recipe It's helpful to have snapshot of the commitment involved in making the recipe—and when they're ready to eat. Lots of Options for Both Beginner and Experienced Canners There is a lot of interest in handcrafting small batches of fruits and vegetables. The emphasis in this book is on small batch canning (2- or 4-jar yields) with double-it options for all the 4 jar recipes. Beautiful Package Completely illustrated with step photos of the recipes in progress and an easy-to follow design.