Pandas: For tablet devices
Title | Pandas: For tablet devices PDF eBook |
Author | James Maclaine |
Publisher | Usborne Publishing Ltd |
Pages | 36 |
Release | 2015-08-01 |
Genre | Juvenile Nonfiction |
ISBN | 1474905188 |
A colourful, informative and extremely cute book about pandas, full of photographs and colourful illustrations. With clear and simple text, this book is perfect for beginner readers who prefer real life stories to fiction. This is a highly illustrated ebook that can only be read on the Kindle Fire or other tablet. "No Key Stage 1 classroom should be without the whole set." - The Bookseller
Wolves: For tablet devices
Title | Wolves: For tablet devices PDF eBook |
Author | James Maclaine |
Publisher | Usborne Publishing Ltd |
Pages | 36 |
Release | 2015-08-01 |
Genre | Juvenile Nonfiction |
ISBN | 1474905145 |
Where do wolves live? What do they eat and how do they catch their food? Why do wolves howl? Find out the answers to these questions and many more in this fascinating book with easy to read text. This is a highly illustrated ebook that can only be read on the Kindle Fire or other tablet. "No Key Stage 1 classroom should be without the whole set." - The Bookseller
Owls: For tablet devices
Title | Owls: For tablet devices PDF eBook |
Author | Emily Bone |
Publisher | Usborne Publishing Ltd |
Pages | 36 |
Release | 2015-08-01 |
Genre | Juvenile Nonfiction |
ISBN | 1474905161 |
How do owls find their way in the dark? What do they eat? What is a baby owl called? Find out the answers to these questions and many more in this easy to read guide with stunning photographs. This is a highly illustrated ebook that can only be read on the Kindle Fire or other tablet. "No Key Stage 1 classroom should be without the whole set." - The Bookseller
Mastering pandas
Title | Mastering pandas PDF eBook |
Author | Ashish Kumar |
Publisher | Packt Publishing Ltd |
Pages | 658 |
Release | 2019-10-25 |
Genre | Computers |
ISBN | 1789343356 |
Perform advanced data manipulation tasks using pandas and become an expert data analyst. Key FeaturesManipulate and analyze your data expertly using the power of pandasWork with missing data and time series data and become a true pandas expertIncludes expert tips and techniques on making your data analysis tasks easierBook Description pandas is a popular Python library used by data scientists and analysts worldwide to manipulate and analyze their data. This book presents useful data manipulation techniques in pandas to perform complex data analysis in various domains. An update to our highly successful previous edition with new features, examples, updated code, and more, this book is an in-depth guide to get the most out of pandas for data analysis. Designed for both intermediate users as well as seasoned practitioners, you will learn advanced data manipulation techniques, such as multi-indexing, modifying data structures, and sampling your data, which allow for powerful analysis and help you gain accurate insights from it. With the help of this book, you will apply pandas to different domains, such as Bayesian statistics, predictive analytics, and time series analysis using an example-based approach. And not just that; you will also learn how to prepare powerful, interactive business reports in pandas using the Jupyter notebook. By the end of this book, you will learn how to perform efficient data analysis using pandas on complex data, and become an expert data analyst or data scientist in the process. What you will learnSpeed up your data analysis by importing data into pandasKeep relevant data points by selecting subsets of your dataCreate a high-quality dataset by cleaning data and fixing missing valuesCompute actionable analytics with grouping and aggregation in pandasMaster time series data analysis in pandasMake powerful reports in pandas using Jupyter notebooksWho this book is for This book is for data scientists, analysts and Python developers who wish to explore advanced data analysis and scientific computing techniques using pandas. Some fundamental understanding of Python programming and familiarity with the basic data analysis concepts is all you need to get started with this book.
Fluent Python
Title | Fluent Python PDF eBook |
Author | Luciano Ramalho |
Publisher | "O'Reilly Media, Inc." |
Pages | 755 |
Release | 2015-07-30 |
Genre | Computers |
ISBN | 1491946253 |
Python’s simplicity lets you become productive quickly, but this often means you aren’t using everything it has to offer. With this hands-on guide, you’ll learn how to write effective, idiomatic Python code by leveraging its best—and possibly most neglected—features. Author Luciano Ramalho takes you through Python’s core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time. Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3. This book covers: Python data model: understand how special methods are the key to the consistent behavior of objects Data structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode age Functions as objects: view Python functions as first-class objects, and understand how this affects popular design patterns Object-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritance Control flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packages Metaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work
Pandas 1.x Cookbook
Title | Pandas 1.x Cookbook PDF eBook |
Author | Matt Harrison |
Publisher | Packt Publishing Ltd |
Pages | 627 |
Release | 2020-02-27 |
Genre | Computers |
ISBN | 1839218916 |
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 for Everyone
Title | Pandas for Everyone PDF eBook |
Author | Daniel Y. Chen |
Publisher | Addison-Wesley Professional |
Pages | 1093 |
Release | 2017-12-15 |
Genre | Computers |
ISBN | 0134547055 |
The Hands-On, Example-Rich Introduction to Pandas Data Analysis in Python Today, analysts must manage data characterized by extraordinary variety, velocity, and volume. Using the open source Pandas library, you can use Python to rapidly automate and perform virtually any data analysis task, no matter how large or complex. Pandas can help you ensure the veracity of your data, visualize it for effective decision-making, and reliably reproduce analyses across multiple datasets. Pandas for Everyone brings together practical knowledge and insight for solving real problems with Pandas, even if you’re new to Python data analysis. Daniel Y. Chen introduces key concepts through simple but practical examples, incrementally building on them to solve more difficult, real-world problems. Chen gives you a jumpstart on using Pandas with a realistic dataset and covers combining datasets, handling missing data, and structuring datasets for easier analysis and visualization. He demonstrates powerful data cleaning techniques, from basic string manipulation to applying functions simultaneously across dataframes. Once your data is ready, Chen guides you through fitting models for prediction, clustering, inference, and exploration. He provides tips on performance and scalability, and introduces you to the wider Python data analysis ecosystem. Work with DataFrames and Series, and import or export data Create plots with matplotlib, seaborn, and pandas Combine datasets and handle missing data Reshape, tidy, and clean datasets so they’re easier to work with Convert data types and manipulate text strings Apply functions to scale data manipulations Aggregate, transform, and filter large datasets with groupby Leverage Pandas’ advanced date and time capabilities Fit linear models using statsmodels and scikit-learn libraries Use generalized linear modeling to fit models with different response variables Compare multiple models to select the “best” Regularize to overcome overfitting and improve performance Use clustering in unsupervised machine learning