top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Beginning JavaScript Charts [[electronic resource] ] : With jqPlot, d3, and Highcharts / / by Fabio Nelli
Beginning JavaScript Charts [[electronic resource] ] : With jqPlot, d3, and Highcharts / / by Fabio Nelli
Autore Nelli Fabio
Edizione [1st ed. 2013.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Descrizione fisica 1 online resource (XXI, 620 p. 388 illus.)
Disciplina 004
Collana Expert's Voice in Web Development
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4302-6290-7
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910437971503321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Create Web Charts with D3 [[electronic resource] /] / by Fabio Nelli
Create Web Charts with D3 [[electronic resource] /] / by Fabio Nelli
Autore Nelli Fabio
Edizione [1st ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (301 p.)
Disciplina 004
Collana Expert's voice Create web charts with D3
Soggetto topico Computer programming
Multimedia systems 
Web Development
Media Design
ISBN 1-4842-0865-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Charting Technology Overview""; ""Elements in a Chart""; ""Most Common Charts""; ""How to Realize Charts on the Web""; ""HTML5""; ""Charting with SVG and CANVAS""; ""Canvas vs SVG""; ""The DOM""; ""Developing in JavaScript""; ""Running and Debugging JavaScript""; ""Data Types in JavaScript""; ""Arrays""; ""Objects""; ""Firebug and DevTools""; ""JSON""; ""Summary""; ""Chapter 2: Working with D3""; ""Introducing D3""
""Starting with a Blank HTML Page""""Using Selections and Operators""; ""Selections and Selectors""; ""Operators""; ""Creating New Elements""; ""The html(�) Method""; ""The append(�) Method""; ""The insert(�) Method""; ""Inserting Data into Elements""; ""Applying Dynamic Properties""; ""Adding SVG Elements""; ""Creating an SVG Element""; ""Transformations""; ""Transitions""; ""Summary""; ""Chapter 3: Line Charts with D3""; ""Developing a Line Chart with D3""; ""Starting with the First Bricks""; ""Scales, Domains, and Range s""; ""Inside the Code""; ""Using Data with (x,y) Values""
""Controlling the Axes� Range""""Adding the Axis Arrows""; ""Adding a Title and Axis Labels""; ""Drawing a Line Chart from Data in a CSV File""; ""Reading and Parsing Data""; ""Implementing Axes and the Grid""; ""Drawing Data with the csv() Function""; ""Adding Marks to the Line""; ""Line Charts with Filled Areas""; ""Multiseries Line Charts""; ""Working with Multiple Series of Data""; ""Legend""; ""Interpolating Lines""; ""Difference Line Chart""; ""Summary""; ""Chapter 4: Bar Charts with D3""; ""Drawing a Bar Chart""; ""Drawing a Stacked Bar Chart""; ""A Normalized Stacked Bar Chart""
""Drawing a Grouped Bar Chart""""Horizontal Bar Chart with Negative Values""; ""Summary""; ""Chapter 5: Pie Charts with D3""; ""The Basic Pie Charts""; ""Drawing a Basic Pie Chart""; ""Some Variations on Pie Charts""; ""Working on Color Sequences""; ""Sorting the Slices in a Pie Chart""; ""Adding Spaces Between the Slices""; ""Representing the Slices Only with Outlines""; ""Mixing All of This""; ""Donut Charts""; ""Polar Area Diagrams""; ""Summary""; ""Chapter 6: Candlestick Charts with D3""; ""Creating an OHLC Chart""; ""Date Format""; ""Box Representation in Candlestick Charts""
""Summary""""Chapter 7: Scatterplot and Bubble Charts with D3""; ""Scatterplot""; ""Markers and Symbols""; ""Using Symbols as Markers""; ""Using Customized Markers""; ""Adding More Functionalities""; ""Trendlines""; ""Clusters""; ""K-Mean Algorithm""; ""Applying the Cluster Analysis to the Scatterplot""; ""Highlighting Data Points""; ""Bubble Chart""; ""Summary""; ""Chapter 8: Radar Charts with D3""; ""Radar Chart""; ""Building Auto Scaling Axes""; ""Adding Data to the Radar Chart""; ""Improving Your Radar Chart""; ""Summary""; ""Chapter 9: Handling Live Data with D3""; ""Real-Time Charts""
""Using PHP to Extract Data from a MySQL Table""
Record Nr. UNINA-9910300471303321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Create Web Charts with jqPlot [[electronic resource] /] / by Fabio Nelli
Create Web Charts with jqPlot [[electronic resource] /] / by Fabio Nelli
Autore Nelli Fabio
Edizione [1st ed. 2014.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Descrizione fisica 1 online resource (255 p.)
Disciplina 004
Collana Expert's Voice
Soggetto topico Computer programming
Software engineering
Web Development
Software Engineering/Programming and Operating Systems
ISBN 1-4842-0862-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: Charting Technology Overview""; ""Elements in a Chart""; ""Most Common Charts""; ""How to Realize Charts on the Web""; ""HTML5""; ""Charting with SVG and CANVAS""; ""Canvas vs SVG""; ""The DOM""; ""Developing in JavaScript""; ""Running and Debugging JavaScript""; ""Data Types in JavaScript""; ""Arrays""; ""Objects""; ""Firebug and DevTools""; ""JSON""; ""Summary""; ""Chapter 2: jQuery Basics""; ""Including the jQuery Library""; ""Selections""
""Chaining Methods""""jQuery and the DOM""; ""The ready() Method""; ""Traversing the DOM with Selections""; ""Create and Insert New Elements""; ""Remove, Hide, and Replace Elements""; ""jQuery UI: Widgets""; ""Accordion""; ""Tab""; ""Button""; ""Combo Box""; ""Menu""; ""Slider""; ""Progress Bar""; ""Concluding Thoughts on the jQuery Library""; ""Summary""; ""Chapter 3: Introducing jqPlot""; ""The jqPlot library""; ""Including Basic Files""; ""Plot Basics""; ""Adding a Plot Container""; ""Creating the Plot""; ""Using jqPlot Plug-ins""; ""Understanding jqPlot Options""; ""Inserting Options""
""Handling Options on Axes""""Inserting Series of Data""; ""Renderers and Plug-ins: A Further Clarification""; ""CSS Customization""; ""Thinking in Modules""; ""Summary""; ""Chapter 4: Line Charts with jqPlot""; ""Using (x, y) Pairs as Input Data""; ""First Steps in the Development of a Line Chart: The Axes""; ""Add a Title and Axis Labels""; ""Axis Properties""; ""Axes Ticks""; ""Using the Log Scale""; ""The Multiseries Line Chart""; ""Multiple Series of Data""; ""Smooth-Line Chart""; ""Line and Marker Style""; ""Animated Charts""; ""More Than One y Axis""; ""Data with JavaScript""
""Generating Data, Using Math Functions""""Generating Random Data""; ""Handling Date Values""; ""The DateAxisRenderer Plug-in""; ""Handling Date Values in Different Formats""; ""Handling Time Values""; ""Highlighting""; ""Cursor Highlighter""; ""Highlighting with HTML Format""; ""Interacting with the Chart: Limit Lines and Zooming""; ""Drawing a Limit Line on the Chart""; ""Adding Buttons to Your Charts""; ""Zooming""; ""Changing Chart Appearance""; ""Customizing Text, Using CSS""; ""Changing the Background Color""; ""Further Customization, Using CSS""; ""Setting the Grid""
""Working with Areas on Line Charts""""Area Charts""; ""Line and Area Charts""; ""Band Charts""; ""Filling Between Lines in a Line Chart""; ""Trend Lines""; ""Summary""; ""Chapter 5: Bar Charts with jqPlot""; ""Using the BarRenderer Plug-In to Create Bar Charts""; ""Rotate Axis Tick Labels""; ""Modify the Space Between the Bars""; ""Adding Values at the Top of Bars""; ""Bars with Negative Values""; ""Bar Charts with More Than One Set of Data""; ""Vertical and Horizontal Bar Charts""; ""Vertical Stacked Bars""; ""Horizontal Stacked Bars""; ""Combination Charts: Lines in Bar Charts""
""Animated Plot""
Record Nr. UNINA-9910300471903321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Python Data Analytics : With Pandas, NumPy, and Matplotlib / / by Fabio Nelli
Python Data Analytics : With Pandas, NumPy, and Matplotlib / / by Fabio Nelli
Autore Nelli Fabio
Edizione [3rd ed. 2023.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Descrizione fisica 1 online resource (455 pages)
Disciplina 005.133
Soggetto topico Python (Computer program language)
ISBN 1-4842-9532-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. An Introduction to Data Analysis -- 2. Introduction to the Python's World -- 3. The NumPy Library -- 4. The pandas Library-- An Introduction -- 5. pandas: Reading and Writing Data -- 6. pandas in Depth: Data Manipulation -- 7. Data Visualization with matplotlib -- 8. Machine Learning with scikit-learn -- 9. Deep Learning with TensorFlow -- 10. An Example - Meteorological Data -- 11. Embedding the JavaScript D3 Library in IPython Notebook -- 12. Recognizing Handwritten Digits -- 13. Textual data Analysis with NLTK -- 14. Image Analysis and Computer Vision with OpenCV -- Appendix A -- Appendix B.
Record Nr. UNINA-9910743700803321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2023
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Python Data Analytics [[electronic resource] ] : With Pandas, NumPy, and Matplotlib / / by Fabio Nelli
Python Data Analytics [[electronic resource] ] : With Pandas, NumPy, and Matplotlib / / by Fabio Nelli
Autore Nelli Fabio
Edizione [2nd ed. 2018.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Descrizione fisica 1 online resource (576 pages)
Disciplina 005.133
Soggetto topico Python (Computer program language)
Big data
Artificial intelligence
Python
Big Data
Artificial Intelligence
ISBN 1-4842-3913-X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto 1. An Introduction to Data Analysis -- 2. Introduction to the Python's World -- 3. The NumPy Library -- 4. The pandas Library-- An Introduction -- 5. pandas: Reading and Writing Data -- 6. pandas in Depth: Data Manipulation -- 7. Data Visualization with matplotlib -- 8. Machine Learning with scikit-learn -- 9. Deep Learning with TensorFlow -- 10. An Example - Meteorological Data -- 11. Embedding the JavaScript D3 Library in IPython Notebook -- 12. Recognizing Handwritten Digits -- 13. Textual data Analysis with NLTK -- 14. Image Analysis and Computer Vision with OpenCV -- Appendix A -- Appendix B.
Record Nr. UNINA-9910300758603321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2018
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Python Data Analytics [[electronic resource] ] : Data Analysis and Science using pandas, matplotlib and the Python Programming Language / / by Fabio Nelli
Python Data Analytics [[electronic resource] ] : Data Analysis and Science using pandas, matplotlib and the Python Programming Language / / by Fabio Nelli
Autore Nelli Fabio
Edizione [1st ed. 2015.]
Pubbl/distr/stampa Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Descrizione fisica 1 online resource (350 p.)
Disciplina 004
Collana Expert's Voice in Python
Soggetto topico Python (Computer program language)
Programming languages (Electronic computers)
Application software
Python
Programming Languages, Compilers, Interpreters
Computer Appl. in Administrative Data Processing
ISBN 1-4842-0958-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Chapter 1: An Introduction to Data Analysis; Data Analysis; Knowledge Domains of the Data Analyst; Computer Science ; Mathematics and Statistics ; Machine Learning and Artificial Intelligence ; Professional Fields of Application ; Understanding the Nature of the Data; When the Data Become Information ; When the Information Becomes Knowledge ; Types of Data ; The Data Analysis Process ; Problem Definition ; Data Extraction ; Data Preparation ; Data Exploration/Visualization
Predictive Modeling Model Validation ; Deployment ; Quantitative and Qualitative Data Analysis ; Open Data ; Python and Data Analysis ; Conclusions; Chapter 2: Introduction to the Python's World; Python-The Programming Language; Python-The Interpreter; Cython; Jython; PyPy; Python 2 and Python 3; Installing Python; Python Distributions; Anaconda; Enthought Canopy; Python(x,y); Using Python; Python Shell; Run an Entire Program Code; Implement the Code Using an IDE; Interact with Python; Writing Python Code; Make Calculations; Import New Libraries and Functions
Data Structure Functional Programming (Only for Python 3.4); Indentation; IPython; IPython Shell; IPython Qt-Console; IPython Notebook; The Jupyter Project; PyPI-The Python Package Index; The IDEs for Python; IDLE (Integrated DeveLopment Environment); Spyder; Eclipse (pyDev); Sublime; Liclipse; NinjaIDE; Komodo IDE; SciPy; NumPy; Pandas; matplotlib; Conclusions; Chapter 3: The NumPy Library; NumPy: A Little History; The NumPy Installation; Ndarray: The Heart of the Library; Create an Array; Types of Data; The dtype Option; Intrinsic Crea tion of an Array
Basic Operations Arit hmetic Operators; The M atrix Product; Increm ent and Decrement Operators; Universal Functions (ufunc); Aggregat e Functions; Indexing, Slicing, and Iterating; Indexing; Slicing; Iterating an Array; Conditions an d Boolean Arrays; Shape Manipulation; Array Manipulation; Joining Arrays; Splitting Arrays; General Concepts; Copies or Views of Objects; Vectorization; Broadcasting; Structured Arrays; Reading and Writing Array Data on Files; Loading and Saving Data in Binary Files; Reading File with T abular Data; Conclusions
Chapter 4: The pandas Library-An Introduction pandas: The Python Data Analysis Library; Installation; Installation from Anaconda; Installation from PyPI; Installation on Linux ; Installation from Source; A Module Repository for Windows ; Test Your pandas Installation; Getting Started with pandas; Introduction to pandas Data Structures; The Series ; Declaring a Series ; Selecting the Internal Elements ; Assigning Values to the Elements; Defining Series from NumPy Arrays and Other Series; Filtering Values ; Operations and Mathematical Functions ; Evaluating Values ; NaN Values
Series as Dictionaries
Record Nr. UNINA-9910300645403321
Nelli Fabio  
Berkeley, CA : , : Apress : , : Imprint : Apress, , 2015
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui