Practical Data Science with Jupyter: Explore Data Cleaning, Pre-processing, Data Wrangling, Feature Engineering and Machine Learning using Python and Jupyter (English Edition) Prateek Gupta pdf download
Practical Data Science with Jupyter: Explore Data Cleaning, Pre-processing, Data Wrangling, Feature Engineering and Machine Learning using Python and Jupyter (English Edition) Prateek Gupta pdf download
https://ebookmeta.com/product/practical-python-data-wrangling-
and-data-quality-getting-started-with-reading-cleaning-and-
analyzing-data-1st-edition-susan-e-mcgregor/
https://ebookmeta.com/product/learning-data-science-data-
wrangling-exploration-visualization-and-modeling-with-python-1st-
edition-sam-lau/
https://ebookmeta.com/product/docker-for-data-science-building-
scalable-and-extensible-data-infrastructure-around-the-jupyter-
notebook-server-cook/
https://ebookmeta.com/product/a-guide-to-gender-2nd-edition-the-
social-justice-advocate-s-handbook-sam-killermann-3/
PDA 48 Settling the Paw 1st Edition Milly Taiden
https://ebookmeta.com/product/pda-48-settling-the-paw-1st-
edition-milly-taiden/
https://ebookmeta.com/product/education-as-development-
deprivation-poverty-dispossession-1st-edition-ramdas-rupavath-
editor/
https://ebookmeta.com/product/witch-way-did-she-go-silver-
sisters-2-paranormal-women-s-fiction-2nd-edition-jennifer-l-hart/
https://ebookmeta.com/product/handbook-of-pain-medicine-2e-2nd-
edition-g-p-dureja/
https://ebookmeta.com/product/transscalar-critique-climate-
blackness-crisis-1st-edition-henry-ivry/
Practical Spring LDAP: Using Enterprise Java-Based LDAP
in Spring Data and Spring Framework 6 2nd Edition
Balaji Varanasi
https://ebookmeta.com/product/practical-spring-ldap-using-
enterprise-java-based-ldap-in-spring-data-and-spring-
framework-6-2nd-edition-balaji-varanasi/
Practical
Data Science with
Jupyter
Prateek Gupta
www.bpbonline.com
FIRST EDITION 2019
ISBN: 978-93-89898-064
BPB PUBLICATIONS
New Delhi-110002
Ph: 23254990/23254991
MICRO MEDIA
Ph: 22078296/22078297
DECCAN AGENCIES
Hyderabad-500195
Ph: 24756967/24756400
Delhi-110006
Ph: 23861747
www.bpbonline.com
Dedicated to
https://rebrand.ly/75823
Errata
We also have other code bundles from our rich catalog of books
and videos available at Check them out!
PIRACY
If you come across any illegal copies of our works in any form
on the internet, we would be grateful if you would provide us
with the location address or website name. Please contact us at
[email protected] with a link to the material.
REVIEWS
Please leave a review. Once you have read and used this book,
why not leave a review on the site that you purchased it from?
Potential readers can then see and use your unbiased opinion to
make purchase decisions, we at BPB can understand what you
think about our products, and our authors can see your feedback
on their book. Thank you!
5. NumPy Foundation
Structure
Objective
Importing a NumPy package
Why use NumPy array over list?
NumPy array attributes
Creating NumPy arrays
Right join
Conclusion
Conclusion
Index
CHAPTER 1
What is data?
In the later chapters of this book, you will learn all the above-
required skills to be a data scientist.
Real-world use cases of data science
Santander Group of Bank has built a model with the help of data
scientists to identify the value of transactions for each potential
customer.
Netflix data uses data science skills on the movie viewing patterns
to understand what drives user interest and uses that to make
decisions on which Netflix original series to produce.
Why Python for data science?
If you love making discoveries about the world, and if you are
fascinated by machine learning, then you can break into the data
science industry no matter what your situation is. This book will
push you to learn, improve, and master the data science skill on
your own. There is only one thing you need to keep on, that is,
LEARN-APPLY-REPEAT. In the next chapter, we will set up our
machine, and be ready for our data science journey.
CHAPTER 2
System requirements