|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1080190659 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
181224s2018 nyua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d EBLCP
|d GW5XE
|d UAB
|d UKMGB
|d UPM
|d OCLCF
|d VT2
|d UMI
|d YDX
|d LEAUB
|d UKAHL
|d LQU
|d C6I
|d FVL
|d OCLCQ
|d COO
|d LEATE
|d OCLCQ
|d BRF
|d OCLCQ
|d OCLCO
|d COM
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB918126
|2 bnb
|
016 |
7 |
|
|a 019215750
|2 Uk
|
019 |
|
|
|a 1080275034
|a 1083983965
|a 1085910041
|a 1086428726
|a 1105176382
|a 1105705625
|a 1122816668
|a 1153016588
|a 1162788427
|
020 |
|
|
|a 9781484241134
|q (electronic bk.)
|
020 |
|
|
|a 1484241134
|q (electronic bk.)
|
020 |
|
|
|a 1484241126
|
020 |
|
|
|a 9781484241127
|
020 |
|
|
|z 9781484241127
|
024 |
3 |
|
|a 9781484241127
|
024 |
7 |
|
|a 10.1007/978-1-4842-4113-4
|2 doi
|
024 |
8 |
|
|a 10.1007/978-1-4842-4
|
027 |
|
|
|a SPRINTER
|
029 |
1 |
|
|a AU@
|b 000064850558
|
029 |
1 |
|
|a AU@
|b 000065067621
|
029 |
1 |
|
|a AU@
|b 000066233106
|
029 |
1 |
|
|a AU@
|b 000067502177
|
029 |
1 |
|
|a CHNEW
|b 001074044
|
029 |
1 |
|
|a CHVBK
|b 579468534
|
029 |
1 |
|
|a UKMGB
|b 019215750
|
035 |
|
|
|a (OCoLC)1080190659
|z (OCoLC)1080275034
|z (OCoLC)1083983965
|z (OCoLC)1085910041
|z (OCoLC)1086428726
|z (OCoLC)1105176382
|z (OCoLC)1105705625
|z (OCoLC)1122816668
|z (OCoLC)1153016588
|z (OCoLC)1162788427
|
037 |
|
|
|a com.springer.onix.9781484241134
|b Springer Nature
|
050 |
|
4 |
|a QA76.9.D343
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
072 |
|
7 |
|a UMX
|2 bicssc
|
072 |
|
7 |
|a UMX
|2 thema
|
082 |
0 |
4 |
|a 006.3/12
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Porcu, Valentina,
|e author.
|
245 |
1 |
0 |
|a Python for data mining quick syntax reference /
|c Valentina Porcu.
|
264 |
|
1 |
|a New York :
|b Apress,
|c [2018]
|
264 |
|
4 |
|c ©2018
|
300 |
|
|
|a 1 online resource :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed December 27, 2018).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Intro; Table of Contents; About the Author; About the Technical Reviewer; Introduction; Chapter 1: Getting Started; Installing Python; Editor and IDEs; Differences between Python2 and Python3; Work Directory; Using a Terminal; Summary; Chapter 2: Introductory Notes; Objects in Python; Reserved Terms for the System; Entering Comments in the Code; Types of Data; File Format; Operators; Mathematical Operators; Comparison and Membership Operators; Bitwise Operators; Assignment Operators; Operator Order; Indentation; Quotation Marks; Summary; Chapter 3: Basic Objects and Structures; Numbers
|
505 |
8 |
|
|a Container ObjectsTuples; Lists; Dictionaries; Sets; Strings; Files; Immutability; Converting Formats; Summary; Chapter 4: Functions; Some words about functions in Python; Some Predefined Built-in Functions; Obtain Function Information; Create Your Own Functions; Save and run Your Own Modules and Files; Summary; Chapter 5: Conditional Instructions and Writing Functions; Conditional Instructions; if; if + else; elif; Loops; for; while; continue and break; Extend Functions with Conditional Instructions; map() and filter() Functions; The lambda Function; Scope; Summary
|
505 |
8 |
|
|a Chapter 6: Other Basic ConceptsObject-oriented Programming; More on Objects; Classes; Inheritance; Modules; Methods; List Comprehension; Regular Expressions; User Input; Errors and Exceptions; Summary; Chapter 7: Importing Files; .csv Format; From the Web; In JSON; Other Formats; Summary; Chapter 8: pandas; Libraries for Data Mining; pandas; pandas: Series; pandas: Data Frames; pandas: Importing and Exporting Data; pandas: Data Manipulation; pandas: Missing Values; pandas: Merging Two Datasets; pandas: Basic Statistics; Summary; Chapter 9: SciPy and NumPy; SciPy; NumPy
|
505 |
8 |
|
|a NumPy: Generating Random Numbers and SeedsSummary; Chapter 10: Matplotlib; Basic Plots; Pie Charts; Other Plots and Charts; Saving Plots and Charts; Selecting Plot and Chart Styles; More on Histograms; Summary; Chapter 11: Scikit-learn; What Is Machine Learning?; Import Datasets Included in Scikit-learn; Creation of Training and Testing Datasets; Preprocessing; Regression; K-Nearest Neighbors; Cross-validation; Support Vector Machine; Decision Trees; KMeans; Managing Dates; Data Sources; Index
|
520 |
|
|
|a Learn how to use Python and its structures, how to install Python, and which tools are best suited for data analyst work. This book provides you with a handy reference and tutorial on topics ranging from basic Python concepts through to data mining, manipulating and importing datasets, and data analysis. Python for Data Mining Quick Syntax Reference covers each concept concisely, with many illustrative examples. You'll be introduced to several data mining packages, with examples of how to use each of them. The first part covers core Python including objects, lists, functions, modules, and error handling. The second part covers Python's most important data mining packages: NumPy and SciPy for mathematical functions and random data generation, pandas for dataframe management and data import, Matplotlib for drawing charts, and scikitlearn for machine learning.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Python (Computer program language)
|
650 |
|
0 |
|a Data mining.
|
650 |
|
2 |
|a Data Mining
|
650 |
|
6 |
|a Python (Langage de programmation)
|
650 |
|
6 |
|a Exploration de données (Informatique)
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Data mining
|2 fast
|
650 |
|
7 |
|a Python (Computer program language)
|2 fast
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484241127
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484241141
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484241134/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH35814771
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5622486
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1989798
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15904962
|
994 |
|
|
|a 92
|b IZTAP
|