davidraba / Practical-Data-Analysis-Second-Edition

Practical Data Analysis Second Edition, published by packt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Practical Data Analysis - Second Edition This is the code repository for Practical Data Analysis - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

from bs4 import BeautifulSoup
import urllib.request
from time import sleep
from datetime import datetime

The basic requirements for this book are as follows:

Python OpenRefine D3.js Mlpy Natural Language Toolkit (NLTK) Gephi MongoDB

The download links for these software are in the SW/HW list

Chapters 1 has no code.

##Related Products

About

Practical Data Analysis Second Edition, published by packt


Languages

Language:Jupyter Notebook 97.4%Language:Python 1.2%Language:HTML 0.9%Language:JavaScript 0.5%