Getting started with Python data analysis :: learn to use powerful Python libraries for effective data processing and analysis /
Learn to use powerful Python libraries for effective data processing and analysisAbout This Book Learn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and Matplotlib Create, manipulate, and analyze your data to extr...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Learn to use powerful Python libraries for effective data processing and analysisAbout This Book Learn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and Matplotlib Create, manipulate, and analyze your data to extract useful information to optimize your system A hands-on guide to help you learn data analysis using PythonWho This Book Is ForIf you are a Python developer who wants to get started with data analysis and you need a quick introductory guide to the python data analysis libraries, then this book is for you. What You Will Learn Understand the importance of data analysis and get familiar with its processing steps Get acquainted with Numpy to use with arrays and array-oriented computing in data analysis Create effective visualizations to present your data using Matplotlib Process and analyze data using the time series capabilities of Pandas Interact with different kind of database systems, such as file, disk format, Mongo, and Redis Apply the supported Python package to data analysis applications through examples Explore predictive analytics and machine learning algorithms using Scikit-learn, a Python libraryIn DetailData analysis is the process of applying logical and analytical reasoning to study each component of data. Python is a multi-domain, high-level, programming language. It's often used as a scripting language because of its forgiving syntax and operability with a wide variety of different eco-systems. Python has powerful standard libraries or toolkits such as Pylearn2 and Hebel, which offers a fast, reliable, cross-platform environment for data analysis. With this book, we will get you started with Python data analysis and show you what its advantages are. The book starts by introducing the principles of data analysis and supported libraries, along with NumPy basics for statistic and data processing. Next it provides an overview of the Pandas package and uses its powerful features to solve data processing problems. Moving on, the book takes you through a brief overview of the Matplotlib API and some common plotting functions for DataFrame such as plot. Next, it will teach you to manipulate the time and data structure, and load and store data in a file or database using Python packages. The book will also teach you how to apply powerful packages in Python to process raw data into pure and helpful data using examples. Finally, the book gives you a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or build helpful products, such as recommendations and predictions using scikit-learn. Style and approachThis is an easy-to-follow, step-by-step guide to get you familiar with data analysis and the libraries supported by Python. Topics are explained with real-world examples wherever required. |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781783988457 1783988452 1785285114 9781785285110 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn930602036 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 151130s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d YDXCP |d IDEBK |d N$T |d OCLCF |d COO |d OCLCQ |d DEBSZ |d EBLCP |d VT2 |d OCLCQ |d OCL |d DEBBG |d IDB |d OCLCQ |d MERUC |d OCLCQ |d CEF |d OCLCQ |d UAB |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ | ||
019 | |a 928779463 |a 935249939 | ||
020 | |a 9781783988457 | ||
020 | |a 1783988452 | ||
020 | |a 1785285114 | ||
020 | |a 9781785285110 | ||
020 | |z 9781785285110 | ||
024 | 3 | |a 9781785285110 | |
035 | |a (OCoLC)930602036 |z (OCoLC)928779463 |z (OCoLC)935249939 | ||
037 | |a CL0500000677 |b Safari Books Online | ||
050 | 4 | |a QA76.73.P98 | |
072 | 7 | |a COM |x 051360 |2 bisacsh | |
082 | 7 | |a 005.13/3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Vo. T. H, Phuong, |e author. | |
245 | 1 | 0 | |a Getting started with Python data analysis : |b learn to use powerful Python libraries for effective data processing and analysis / |c Phuong Vo. T.H, Martin Czygan. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from cover page (Safari, viewed November 23, 2015). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover; Preface; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Chapter 1: Introducing Data Analysis and Libraries; Data analysis and processing; An overview of the libraries in data analysis; Python libraries in data analysis; NumPy; Pandas; Matplotlib; PyMongo; The scikit-learn library; Summary; Chapter 2: NumPy Arrays and Vectorized Computation; NumPy arrays; Data types; Array creation; Indexing and slicing; Fancy indexing; Numerical operations on arrays; Array functions; Data processing using arrays; Loading and saving data; Saving an array. | |
505 | 8 | |a Loading an arrayLinear algebra with NumPy; NumPy random numbers; Summary; Chapter 3: Data Analysis with Pandas; An overview of the Pandas package; The Pandas data structure; Series; The DataFrame; The essential basic functionality; Reindexing and altering labels; Head and tail; Binary operations; Functional statistics; Function application; Sorting; Indexing and selecting data; Computational tools; Working with missing data; Advanced uses of Pandas for data analysis; Hierarchical indexing; The Panel data; Summary; Chapter 4: Data Visualization; The matplotlib API primer; Line properties. | |
505 | 8 | |a Figures and subplotsExploring plot types; Scatter plots; Bar plots; Contour plots; Histogram plots; Legends and annotations; Plotting functions with Pandas; Additional Python data visualization tools; Bokeh; MayaVi; Summary; Chapter 5: Time series; Time series primer; Working with date and time objects; Resampling time series; Downsampling time series data; Upsampling time series data; Time zone handling; Timedeltas; Time series plotting; Summary; Chapter 6: Interacting With Databases; Interacting with data in text format; Reading data from text format; Writing data to text format. | |
505 | 8 | |a Interacting with data in binary formatHDF5; Interacting with data in MongoDB; Interacting with data in Redis; The simple value; List; Set; Ordered set; Summary; Chapter 7: Data Analysis Application Examples; Data munging; Cleaning data; Filtering; Merging data; Reshaping data; Data aggregation; Grouping data; Summary; Chapter 8: Machine Learning Models with scikit-learn; An overview of machine learning models; The scikit-learn modules for different models; Data representation in scikit-learn; Supervised learning -- classification and regression. | |
505 | 8 | |a Unsupervised learning -- clustering and dimensionality reductionMeasuring prediction performance; Summary; Index. | |
520 | 8 | |a Learn to use powerful Python libraries for effective data processing and analysisAbout This Book Learn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and Matplotlib Create, manipulate, and analyze your data to extract useful information to optimize your system A hands-on guide to help you learn data analysis using PythonWho This Book Is ForIf you are a Python developer who wants to get started with data analysis and you need a quick introductory guide to the python data analysis libraries, then this book is for you. What You Will Learn Understand the importance of data analysis and get familiar with its processing steps Get acquainted with Numpy to use with arrays and array-oriented computing in data analysis Create effective visualizations to present your data using Matplotlib Process and analyze data using the time series capabilities of Pandas Interact with different kind of database systems, such as file, disk format, Mongo, and Redis Apply the supported Python package to data analysis applications through examples Explore predictive analytics and machine learning algorithms using Scikit-learn, a Python libraryIn DetailData analysis is the process of applying logical and analytical reasoning to study each component of data. Python is a multi-domain, high-level, programming language. It's often used as a scripting language because of its forgiving syntax and operability with a wide variety of different eco-systems. Python has powerful standard libraries or toolkits such as Pylearn2 and Hebel, which offers a fast, reliable, cross-platform environment for data analysis. With this book, we will get you started with Python data analysis and show you what its advantages are. The book starts by introducing the principles of data analysis and supported libraries, along with NumPy basics for statistic and data processing. Next it provides an overview of the Pandas package and uses its powerful features to solve data processing problems. Moving on, the book takes you through a brief overview of the Matplotlib API and some common plotting functions for DataFrame such as plot. Next, it will teach you to manipulate the time and data structure, and load and store data in a file or database using Python packages. The book will also teach you how to apply powerful packages in Python to process raw data into pure and helpful data using examples. Finally, the book gives you a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or build helpful products, such as recommendations and predictions using scikit-learn. Style and approachThis is an easy-to-follow, step-by-step guide to get you familiar with data analysis and the libraries supported by Python. Topics are explained with real-world examples wherever required. | |
650 | 0 | |a Python (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96008834 | |
650 | 0 | |a Data mining. |0 http://id.loc.gov/authorities/subjects/sh97002073 | |
650 | 2 | |a Data Mining |0 https://id.nlm.nih.gov/mesh/D057225 | |
650 | 6 | |a Python (Langage de programmation) | |
650 | 6 | |a Exploration de données (Informatique) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Python. |2 bisacsh | |
650 | 7 | |a Data mining |2 fast | |
650 | 7 | |a Python (Computer program language) |2 fast | |
700 | 1 | |a Czygan, Martin, |e author. | |
776 | 0 | 8 | |i Print version: |a Phuong Vo. T.H, Martin Czygan. |t Getting Started with Python Data Analysis. |d Birmingham : Packt Publishing Ltd, ©2015 |z 9781785285110 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1091507 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL4191202 | ||
938 | |a EBSCOhost |b EBSC |n 1091507 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33109342 | ||
938 | |a YBP Library Services |b YANK |n 12687400 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn930602036 |
---|---|
_version_ | 1816882331424653312 |
adam_text | |
any_adam_object | |
author | Vo. T. H, Phuong Czygan, Martin |
author_facet | Vo. T. H, Phuong Czygan, Martin |
author_role | aut aut |
author_sort | Vo. T. H, Phuong |
author_variant | t h p v thp thpv m c mc |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.P98 |
callnumber-search | QA76.73.P98 |
callnumber-sort | QA 276.73 P98 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Preface; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Chapter 1: Introducing Data Analysis and Libraries; Data analysis and processing; An overview of the libraries in data analysis; Python libraries in data analysis; NumPy; Pandas; Matplotlib; PyMongo; The scikit-learn library; Summary; Chapter 2: NumPy Arrays and Vectorized Computation; NumPy arrays; Data types; Array creation; Indexing and slicing; Fancy indexing; Numerical operations on arrays; Array functions; Data processing using arrays; Loading and saving data; Saving an array. Loading an arrayLinear algebra with NumPy; NumPy random numbers; Summary; Chapter 3: Data Analysis with Pandas; An overview of the Pandas package; The Pandas data structure; Series; The DataFrame; The essential basic functionality; Reindexing and altering labels; Head and tail; Binary operations; Functional statistics; Function application; Sorting; Indexing and selecting data; Computational tools; Working with missing data; Advanced uses of Pandas for data analysis; Hierarchical indexing; The Panel data; Summary; Chapter 4: Data Visualization; The matplotlib API primer; Line properties. Figures and subplotsExploring plot types; Scatter plots; Bar plots; Contour plots; Histogram plots; Legends and annotations; Plotting functions with Pandas; Additional Python data visualization tools; Bokeh; MayaVi; Summary; Chapter 5: Time series; Time series primer; Working with date and time objects; Resampling time series; Downsampling time series data; Upsampling time series data; Time zone handling; Timedeltas; Time series plotting; Summary; Chapter 6: Interacting With Databases; Interacting with data in text format; Reading data from text format; Writing data to text format. Interacting with data in binary formatHDF5; Interacting with data in MongoDB; Interacting with data in Redis; The simple value; List; Set; Ordered set; Summary; Chapter 7: Data Analysis Application Examples; Data munging; Cleaning data; Filtering; Merging data; Reshaping data; Data aggregation; Grouping data; Summary; Chapter 8: Machine Learning Models with scikit-learn; An overview of machine learning models; The scikit-learn modules for different models; Data representation in scikit-learn; Supervised learning -- classification and regression. Unsupervised learning -- clustering and dimensionality reductionMeasuring prediction performance; Summary; Index. |
ctrlnum | (OCoLC)930602036 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08087cam a2200661 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn930602036</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">151130s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">YDXCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">EBLCP</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCL</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UAB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">928779463</subfield><subfield code="a">935249939</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783988457</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783988452</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785285114</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785285110</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785285110</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781785285110</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)930602036</subfield><subfield code="z">(OCoLC)928779463</subfield><subfield code="z">(OCoLC)935249939</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000677</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.P98</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051360</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Vo. T. H, Phuong,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Getting started with Python data analysis :</subfield><subfield code="b">learn to use powerful Python libraries for effective data processing and analysis /</subfield><subfield code="c">Phuong Vo. T.H, Martin Czygan.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed November 23, 2015).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Preface; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Chapter 1: Introducing Data Analysis and Libraries; Data analysis and processing; An overview of the libraries in data analysis; Python libraries in data analysis; NumPy; Pandas; Matplotlib; PyMongo; The scikit-learn library; Summary; Chapter 2: NumPy Arrays and Vectorized Computation; NumPy arrays; Data types; Array creation; Indexing and slicing; Fancy indexing; Numerical operations on arrays; Array functions; Data processing using arrays; Loading and saving data; Saving an array.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Loading an arrayLinear algebra with NumPy; NumPy random numbers; Summary; Chapter 3: Data Analysis with Pandas; An overview of the Pandas package; The Pandas data structure; Series; The DataFrame; The essential basic functionality; Reindexing and altering labels; Head and tail; Binary operations; Functional statistics; Function application; Sorting; Indexing and selecting data; Computational tools; Working with missing data; Advanced uses of Pandas for data analysis; Hierarchical indexing; The Panel data; Summary; Chapter 4: Data Visualization; The matplotlib API primer; Line properties.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Figures and subplotsExploring plot types; Scatter plots; Bar plots; Contour plots; Histogram plots; Legends and annotations; Plotting functions with Pandas; Additional Python data visualization tools; Bokeh; MayaVi; Summary; Chapter 5: Time series; Time series primer; Working with date and time objects; Resampling time series; Downsampling time series data; Upsampling time series data; Time zone handling; Timedeltas; Time series plotting; Summary; Chapter 6: Interacting With Databases; Interacting with data in text format; Reading data from text format; Writing data to text format.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Interacting with data in binary formatHDF5; Interacting with data in MongoDB; Interacting with data in Redis; The simple value; List; Set; Ordered set; Summary; Chapter 7: Data Analysis Application Examples; Data munging; Cleaning data; Filtering; Merging data; Reshaping data; Data aggregation; Grouping data; Summary; Chapter 8: Machine Learning Models with scikit-learn; An overview of machine learning models; The scikit-learn modules for different models; Data representation in scikit-learn; Supervised learning -- classification and regression.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Unsupervised learning -- clustering and dimensionality reductionMeasuring prediction performance; Summary; Index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Learn to use powerful Python libraries for effective data processing and analysisAbout This Book Learn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and Matplotlib Create, manipulate, and analyze your data to extract useful information to optimize your system A hands-on guide to help you learn data analysis using PythonWho This Book Is ForIf you are a Python developer who wants to get started with data analysis and you need a quick introductory guide to the python data analysis libraries, then this book is for you. What You Will Learn Understand the importance of data analysis and get familiar with its processing steps Get acquainted with Numpy to use with arrays and array-oriented computing in data analysis Create effective visualizations to present your data using Matplotlib Process and analyze data using the time series capabilities of Pandas Interact with different kind of database systems, such as file, disk format, Mongo, and Redis Apply the supported Python package to data analysis applications through examples Explore predictive analytics and machine learning algorithms using Scikit-learn, a Python libraryIn DetailData analysis is the process of applying logical and analytical reasoning to study each component of data. Python is a multi-domain, high-level, programming language. It's often used as a scripting language because of its forgiving syntax and operability with a wide variety of different eco-systems. Python has powerful standard libraries or toolkits such as Pylearn2 and Hebel, which offers a fast, reliable, cross-platform environment for data analysis. With this book, we will get you started with Python data analysis and show you what its advantages are. The book starts by introducing the principles of data analysis and supported libraries, along with NumPy basics for statistic and data processing. Next it provides an overview of the Pandas package and uses its powerful features to solve data processing problems. Moving on, the book takes you through a brief overview of the Matplotlib API and some common plotting functions for DataFrame such as plot. Next, it will teach you to manipulate the time and data structure, and load and store data in a file or database using Python packages. The book will also teach you how to apply powerful packages in Python to process raw data into pure and helpful data using examples. Finally, the book gives you a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or build helpful products, such as recommendations and predictions using scikit-learn. Style and approachThis is an easy-to-follow, step-by-step guide to get you familiar with data analysis and the libraries supported by Python. Topics are explained with real-world examples wherever required.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Python (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96008834</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data mining.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh97002073</subfield></datafield><datafield tag="650" ind1=" " ind2="2"><subfield code="a">Data Mining</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D057225</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Python (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Exploration de données (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">Python.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data mining</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Python (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Czygan, Martin,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Phuong Vo. T.H, Martin Czygan.</subfield><subfield code="t">Getting Started with Python Data Analysis.</subfield><subfield code="d">Birmingham : Packt Publishing Ltd, ©2015</subfield><subfield code="z">9781785285110</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1091507</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4191202</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1091507</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33109342</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12687400</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn930602036 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:26:55Z |
institution | BVB |
isbn | 9781783988457 1783988452 1785285114 9781785285110 |
language | English |
oclc_num | 930602036 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Vo. T. H, Phuong, author. Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / Phuong Vo. T.H, Martin Czygan. Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Community experience distilled Online resource; title from cover page (Safari, viewed November 23, 2015). Includes index. Cover; Preface; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Chapter 1: Introducing Data Analysis and Libraries; Data analysis and processing; An overview of the libraries in data analysis; Python libraries in data analysis; NumPy; Pandas; Matplotlib; PyMongo; The scikit-learn library; Summary; Chapter 2: NumPy Arrays and Vectorized Computation; NumPy arrays; Data types; Array creation; Indexing and slicing; Fancy indexing; Numerical operations on arrays; Array functions; Data processing using arrays; Loading and saving data; Saving an array. Loading an arrayLinear algebra with NumPy; NumPy random numbers; Summary; Chapter 3: Data Analysis with Pandas; An overview of the Pandas package; The Pandas data structure; Series; The DataFrame; The essential basic functionality; Reindexing and altering labels; Head and tail; Binary operations; Functional statistics; Function application; Sorting; Indexing and selecting data; Computational tools; Working with missing data; Advanced uses of Pandas for data analysis; Hierarchical indexing; The Panel data; Summary; Chapter 4: Data Visualization; The matplotlib API primer; Line properties. Figures and subplotsExploring plot types; Scatter plots; Bar plots; Contour plots; Histogram plots; Legends and annotations; Plotting functions with Pandas; Additional Python data visualization tools; Bokeh; MayaVi; Summary; Chapter 5: Time series; Time series primer; Working with date and time objects; Resampling time series; Downsampling time series data; Upsampling time series data; Time zone handling; Timedeltas; Time series plotting; Summary; Chapter 6: Interacting With Databases; Interacting with data in text format; Reading data from text format; Writing data to text format. Interacting with data in binary formatHDF5; Interacting with data in MongoDB; Interacting with data in Redis; The simple value; List; Set; Ordered set; Summary; Chapter 7: Data Analysis Application Examples; Data munging; Cleaning data; Filtering; Merging data; Reshaping data; Data aggregation; Grouping data; Summary; Chapter 8: Machine Learning Models with scikit-learn; An overview of machine learning models; The scikit-learn modules for different models; Data representation in scikit-learn; Supervised learning -- classification and regression. Unsupervised learning -- clustering and dimensionality reductionMeasuring prediction performance; Summary; Index. Learn to use powerful Python libraries for effective data processing and analysisAbout This Book Learn the basic processing steps in data analysis and how to use Python in this area through supported packages, especially Numpy, Pandas, and Matplotlib Create, manipulate, and analyze your data to extract useful information to optimize your system A hands-on guide to help you learn data analysis using PythonWho This Book Is ForIf you are a Python developer who wants to get started with data analysis and you need a quick introductory guide to the python data analysis libraries, then this book is for you. What You Will Learn Understand the importance of data analysis and get familiar with its processing steps Get acquainted with Numpy to use with arrays and array-oriented computing in data analysis Create effective visualizations to present your data using Matplotlib Process and analyze data using the time series capabilities of Pandas Interact with different kind of database systems, such as file, disk format, Mongo, and Redis Apply the supported Python package to data analysis applications through examples Explore predictive analytics and machine learning algorithms using Scikit-learn, a Python libraryIn DetailData analysis is the process of applying logical and analytical reasoning to study each component of data. Python is a multi-domain, high-level, programming language. It's often used as a scripting language because of its forgiving syntax and operability with a wide variety of different eco-systems. Python has powerful standard libraries or toolkits such as Pylearn2 and Hebel, which offers a fast, reliable, cross-platform environment for data analysis. With this book, we will get you started with Python data analysis and show you what its advantages are. The book starts by introducing the principles of data analysis and supported libraries, along with NumPy basics for statistic and data processing. Next it provides an overview of the Pandas package and uses its powerful features to solve data processing problems. Moving on, the book takes you through a brief overview of the Matplotlib API and some common plotting functions for DataFrame such as plot. Next, it will teach you to manipulate the time and data structure, and load and store data in a file or database using Python packages. The book will also teach you how to apply powerful packages in Python to process raw data into pure and helpful data using examples. Finally, the book gives you a brief overview of machine learning algorithms, that is, applying data analysis results to make decisions or build helpful products, such as recommendations and predictions using scikit-learn. Style and approachThis is an easy-to-follow, step-by-step guide to get you familiar with data analysis and the libraries supported by Python. Topics are explained with real-world examples wherever required. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Data Mining https://id.nlm.nih.gov/mesh/D057225 Python (Langage de programmation) Exploration de données (Informatique) COMPUTERS Programming Languages Python. bisacsh Data mining fast Python (Computer program language) fast Czygan, Martin, author. Print version: Phuong Vo. T.H, Martin Czygan. Getting Started with Python Data Analysis. Birmingham : Packt Publishing Ltd, ©2015 9781785285110 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1091507 Volltext |
spellingShingle | Vo. T. H, Phuong Czygan, Martin Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / Community experience distilled. Cover; Preface; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Chapter 1: Introducing Data Analysis and Libraries; Data analysis and processing; An overview of the libraries in data analysis; Python libraries in data analysis; NumPy; Pandas; Matplotlib; PyMongo; The scikit-learn library; Summary; Chapter 2: NumPy Arrays and Vectorized Computation; NumPy arrays; Data types; Array creation; Indexing and slicing; Fancy indexing; Numerical operations on arrays; Array functions; Data processing using arrays; Loading and saving data; Saving an array. Loading an arrayLinear algebra with NumPy; NumPy random numbers; Summary; Chapter 3: Data Analysis with Pandas; An overview of the Pandas package; The Pandas data structure; Series; The DataFrame; The essential basic functionality; Reindexing and altering labels; Head and tail; Binary operations; Functional statistics; Function application; Sorting; Indexing and selecting data; Computational tools; Working with missing data; Advanced uses of Pandas for data analysis; Hierarchical indexing; The Panel data; Summary; Chapter 4: Data Visualization; The matplotlib API primer; Line properties. Figures and subplotsExploring plot types; Scatter plots; Bar plots; Contour plots; Histogram plots; Legends and annotations; Plotting functions with Pandas; Additional Python data visualization tools; Bokeh; MayaVi; Summary; Chapter 5: Time series; Time series primer; Working with date and time objects; Resampling time series; Downsampling time series data; Upsampling time series data; Time zone handling; Timedeltas; Time series plotting; Summary; Chapter 6: Interacting With Databases; Interacting with data in text format; Reading data from text format; Writing data to text format. Interacting with data in binary formatHDF5; Interacting with data in MongoDB; Interacting with data in Redis; The simple value; List; Set; Ordered set; Summary; Chapter 7: Data Analysis Application Examples; Data munging; Cleaning data; Filtering; Merging data; Reshaping data; Data aggregation; Grouping data; Summary; Chapter 8: Machine Learning Models with scikit-learn; An overview of machine learning models; The scikit-learn modules for different models; Data representation in scikit-learn; Supervised learning -- classification and regression. Unsupervised learning -- clustering and dimensionality reductionMeasuring prediction performance; Summary; Index. Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Data Mining https://id.nlm.nih.gov/mesh/D057225 Python (Langage de programmation) Exploration de données (Informatique) COMPUTERS Programming Languages Python. bisacsh Data mining fast Python (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh96008834 http://id.loc.gov/authorities/subjects/sh97002073 https://id.nlm.nih.gov/mesh/D057225 |
title | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / |
title_auth | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / |
title_exact_search | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / |
title_full | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / Phuong Vo. T.H, Martin Czygan. |
title_fullStr | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / Phuong Vo. T.H, Martin Czygan. |
title_full_unstemmed | Getting started with Python data analysis : learn to use powerful Python libraries for effective data processing and analysis / Phuong Vo. T.H, Martin Czygan. |
title_short | Getting started with Python data analysis : |
title_sort | getting started with python data analysis learn to use powerful python libraries for effective data processing and analysis |
title_sub | learn to use powerful Python libraries for effective data processing and analysis / |
topic | Python (Computer program language) http://id.loc.gov/authorities/subjects/sh96008834 Data mining. http://id.loc.gov/authorities/subjects/sh97002073 Data Mining https://id.nlm.nih.gov/mesh/D057225 Python (Langage de programmation) Exploration de données (Informatique) COMPUTERS Programming Languages Python. bisacsh Data mining fast Python (Computer program language) fast |
topic_facet | Python (Computer program language) Data mining. Data Mining Python (Langage de programmation) Exploration de données (Informatique) COMPUTERS Programming Languages Python. Data mining |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1091507 |
work_keys_str_mv | AT vothphuong gettingstartedwithpythondataanalysislearntousepowerfulpythonlibrariesforeffectivedataprocessingandanalysis AT czyganmartin gettingstartedwithpythondataanalysislearntousepowerfulpythonlibrariesforeffectivedataprocessingandanalysis |