From e985d0ecfc78da172c26901ee42408369f34c14f Mon Sep 17 00:00:00 2001 From: simon_graphkite Date: Thu, 20 Jun 2019 00:45:07 +0200 Subject: [PATCH 1/2] Docs update --- README.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80b6ab8bc..8d83adfb8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can install using the conda package manager by running ### From source -Download the source code by cloning the repository or by pressing 'Download ZIP' on this page. +Download the source code by cloning the repository or by pressing ['Download ZIP'](https://github.com/pandas-profiling/pandas-profiling/archive/master.zip) on this page. Install by navigating to the proper directory and running python setup.py install diff --git a/docs/index.html b/docs/index.html index 083a92614..d30021920 100644 --- a/docs/index.html +++ b/docs/index.html @@ -54,7 +54,7 @@

Using conda

conda install -c anaconda pandas-profiling
 

From source

-

Download the source code by cloning the repository or by pressing 'Download ZIP' on this page. +

Download the source code by cloning the repository or by pressing 'Download ZIP' on this page. Install by navigating to the proper directory and running

python setup.py install
 
From a9c0e1fa0f9be3059f30003005c61ae985210d67 Mon Sep 17 00:00:00 2001 From: simon_graphkite Date: Thu, 20 Jun 2019 00:46:56 +0200 Subject: [PATCH 2/2] Docs update --- README.md | 7 ++++--- docs/index.html | 10 ++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d83adfb8..ed48a2612 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,10 @@ For each column the following statistics - if relevant for the column type - are ## Examples The following examples can give you an impression of what the package can do: -- [NASA Meteorites](http://pandas-profiling.github.io/pandas-profiling/examples/meteorites/meteorites_report.html) -- [Titanic](http://pandas-profiling.github.io/pandas-profiling/examples/titanic/titanic_report.html) -- [NZA](http://pandas-profiling.github.io/pandas-profiling/examples/nza/nza_report.html) + +* [NASA Meteorites](http://pandas-profiling.github.io/pandas-profiling/examples/meteorites/meteorites_report.html) +* [Titanic](http://pandas-profiling.github.io/pandas-profiling/examples/titanic/titanic_report.html) +* [NZA](http://pandas-profiling.github.io/pandas-profiling/examples/nza/nza_report.html) ## Installation diff --git a/docs/index.html b/docs/index.html index d30021920..0924a7d88 100644 --- a/docs/index.html +++ b/docs/index.html @@ -40,10 +40,12 @@

Pandas Profiling

  • Missing values matrix, count, heatmap and dendrogram of missing values
  • Examples

    -

    The following examples can give you an impression of what the package can do: -- NASA Meteorites -- Titanic -- NZA

    +

    The following examples can give you an impression of what the package can do:

    +

    Installation

    Using pip

    You can install using the pip package manager by running