logo
Product categories

EbookNice.com

Most ebook files are in PDF format, so you can easily read them using various software such as Foxit Reader or directly on the Google Chrome browser.
Some ebook files are released by publishers in other formats such as .awz, .mobi, .epub, .fb2, etc. You may need to install specific software to read these formats on mobile/PC, such as Calibre.

Please read the tutorial at this link.  https://ebooknice.com/page/post?id=faq


We offer FREE conversion to the popular formats you request; however, this may take some time. Therefore, right after payment, please email us, and we will try to provide the service as quickly as possible.


For some exceptional file formats or broken links (if any), please refrain from opening any disputes. Instead, email us first, and we will try to assist within a maximum of 6 hours.

EbookNice Team

(Ebook) Python Business Intelligence Cookbook 1st Edition by Robert Dempsey ISBN 9781785287466 178528746X

  • SKU: EBN-23976474
Zoomable Image
$ 32 $ 40 (-20%)

Status:

Available

4.4

27 reviews
Instant download (eBook) Python Business Intelligence Cookbook after payment.
Authors:Robert Dempsey
Pages:0 pages.
Year:2015
Editon:1
Publisher:Packt Publishing
Language:english
File Size:9.22 MB
Format:pdf
ISBNS:9781785287466, 178528746X
Categories: Ebooks

Product desciption

(Ebook) Python Business Intelligence Cookbook 1st Edition by Robert Dempsey ISBN 9781785287466 178528746X

(Ebook) Python Business Intelligence Cookbook 1st Edition by Robert Dempsey - Ebook PDF Instant Download/Delivery: 9781785287466, 178528746X
Full download (Ebook) Python Business Intelligence Cookbook 1st Edition after payment

Product details:

ISBN 10: 178528746X
ISBN 13: 9781785287466
Author: Robert Dempsey

The amount of data produced by businesses and devices is going nowhere but up. In this scenario, the major advantage of Python is that it's a general-purpose language and gives you a lot of flexibility in data structures. Python is an excellent tool for more specialized analysis tasks, and is powered with related libraries to process data streams, to visualize datasets, and to carry out scientific calculations. Using Python for business intelligence (BI) can help you solve tricky problems in one go. Rather than spending day after day scouring Internet forums for “how-to” information, here you’ll find more than 60 recipes that take you through the entire process of creating actionable intelligence from your raw data, no matter what shape or form it’s in. Within the first 30 minutes of opening this book, you’ll learn how to use the latest in Python and NoSQL databases to glean insights from data just waiting to be exploited. We’ll begin with a quick-fire introduction to Python for BI and show you what problems Python solves. From there, we move on to working with a predefined data set to extract data as per business requirements, using the Pandas library and MongoDB as our storage engine. Next, we will analyze data and perform transformations for BI with Python. Through this, you will gather insightful data that will help you make informed decisions for your business. The final part of the book will show you the most important task of BI—visualizing data by building stunning dashboards using Matplotlib, PyTables, and iPython Notebook.

(Ebook) Python Business Intelligence Cookbook 1st Edition Table of contents:

1. Getting Set Up to Gain Business Intelligence

Introduction

Installing Anaconda

Getting ready

How to do it…

Mac OS X 10.10.4

Windows 8.1

Linux Ubuntu server 14.04.2 LTS

How it works…

Learn about the Python libraries we will be using

Installing, configuring, and running MongoDB

Getting ready

How to do it…

Mac OS X

Windows

Linux

How it works…

Installing Rodeo

Getting ready

How to do it…

How it works…

Starting Rodeo

Getting ready

How to do it…

Installing Robomongo

Getting ready

How to do it…

Mac OS X

Windows

Using Robomongo to query MongoDB

Getting ready

How to do it…

Downloading the UK Road Safety Data dataset

How to do it…

How it works…

Why we are using this dataset

2. Making Your Data All It Can Be

Importing a CSV file into MongoDB

Getting ready

How to do it…

How it works…

There's more…

Importing an Excel file into MongoDB

Getting ready

How to do it…

How it works…

Importing a JSON file into MongoDB

Getting ready

How to do it…

Importing a plain text file into MongoDB

How to do it…

How it works…

Retrieving a single record using PyMongo

Getting ready

How to do it…

How it works…

Retrieving multiple records using PyMongo

Getting ready

How to do it…

How it works…

Inserting a single record using PyMongo

Getting ready

How to do it…

How it works…

Inserting multiple records using PyMongo

Getting ready

How to do it…

How it works…

Updating a single record using PyMongo

Getting ready

How to do it…

How it works…

Updating multiple records using PyMongo

Getting ready

How to do it…

How it works…

Deleting a single record using pymongo

Getting ready

How to do it…

How it works…

Deleting multiple records using PyMongo

Getting ready

How to do it…

How it works…

Importing a CSV file into a Pandas DataFrame

Getting ready

How to do it…

How it works…

There's more…

Renaming column headers in Pandas

Getting ready

How to do it…

How it works…

Filling in missing values in Pandas

Getting ready

How to do it…

How it works…

Removing punctuation in Pandas

Getting ready

How to do it…

How it works…

Removing whitespace in Pandas

Getting ready

How to do it…

How it works…

Removing any string from within a string in Pandas

Getting ready

How to do it…

How it works…

Merging two datasets in Pandas

Getting ready

How to do it…

How it works…

Titlecasing anything

Getting ready

How to do it…

How it works…

Uppercasing a column in Pandas

Getting ready

How to do it…

How it works…

Updating values in place in Pandas

Getting ready

How to do it…

How it works…

Standardizing a Social Security number in Pandas

Getting ready

How to do it…

How it works…

Standardizing dates in Pandas

Getting ready

How to do it…

How it works…

Converting categories to numbers in Pandas for a speed boost

Getting ready

How to do it…

How it works…

3. Learning What Your Data Truly Holds

Creating a Pandas DataFrame from a MongoDB query

Getting ready

How to do it…

How it works…

Creating a Pandas DataFrame from a CSV file

How to do it…

How it works…

Creating a Pandas DataFrame from an Excel file

How to do it…

How it works…

Creating a Pandas DataFrame from a JSON file

How to do it…

How it works…

Creating a data quality report

Getting ready

How to do it…

How it works…

Generating summary statistics for the entire dataset

How to do it…

How it works…

Generating summary statistics for object type columns

How to do it…

How it works…

Getting the mode of the entire dataset

How to do it…

How it works…

Generating summary statistics for a single column

How to do it…

How it works…

Getting a count of unique values for a single column

How to do it…

How it works…

Additional Arguments

Getting the minimum and maximum values of a single column

How to do it…

How it works…

Generating quantiles for a single column

How to do it…

How it works…

Getting the mean, median, mode, and range for a single column

How to do it…

How it works…

Generating a frequency table for a single column by date

Getting ready

How to do it…

How it works…

Generating a frequency table of two variables

Getting ready

How to do it…

How it works…

Creating a histogram for a column

Getting ready

How to do it…

How it works…

Plotting the data as a probability distribution

How to do it…

How it works…

Plotting a cumulative distribution function

How to do it…

How it works…

Showing the histogram as a stepped line

How to do it…

How it works…

Plotting two sets of values in a probability distribution

How to do it…

How it works…

Creating a customized box plot with whiskers

How to do it…

How it works…

Creating a basic bar chart for a single column over time

How to do it…

How it works…

4. Performing Data Analysis for Non Data Analysts

Performing a distribution analysis

How to do it…

How it works…

Performing categorical variable analysis

How to do it…

How it works…

Performing a linear regression

How to do it…

How it works…

Performing a time-series analysis

How to do it…

How it works…

Performing outlier detection

How to do it…

How it works…

Creating a predictive model using logistic regression

How to do it…

How it works…

Creating a predictive model using a random forest

How to do it…

How it works…

Creating a predictive model using Support Vector Machines

How to do it…

How it works…

Saving a predictive model for production use

Getting Ready

How to do it…

How it works…

5. Building a Business Intelligence Dashboard Quickly

Creating reports in Excel directly from a Pandas DataFrame

How to do it…

How it works…

Creating customizable Excel reports using XlsxWriter

How to do it…

How it works…

Building a shareable dashboard using IPython Notebook and matplotlib

Getting Set Up…

How to do it…

How it works…

Exporting an IPython Notebook Dashboard to HTML

Getting Ready…

How to do it…

How it works…

See Also…

Exporting an IPython Notebook Dashboard to PDF

Getting Ready…

How to do it...

Method one…

Method 2…

Exporting an IPython Notebook Dashboard to an HTML slideshow

How to do it…

How it works…

Building your First Flask application in 10 minutes or less

Getting Set Up…

How to do it…

How it works…

See Also..

Creating and saving your plots for your Flask BI dashboard

How to do it…

How it works…

Building a business intelligence dashboard in Flask

How to do it…

How it works…

Index

 

People also search for (Ebook) Python Business Intelligence Cookbook 1st Edition:

python cookbook amazon
    
the python cookbook
    
python business intelligence cookbook pdf github
    
python business intelligence cookbook robert dempsey
    
business intelligence using python

Tags: Robert Dempsey, Python Business, Intelligence

*Free conversion of into popular formats such as PDF, DOCX, DOC, AZW, EPUB, and MOBI after payment.

Related Products