Skip to content

Commit

Permalink
Merge pull request #178 from pandas-profiling/develop
Browse files Browse the repository at this point in the history
Update of documentation
  • Loading branch information
sbrugman authored Jun 20, 2019
2 parents 9d27a57 + 3e6bfa6 commit 58c16a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ For each column the following statistics - if relevant for the column type - are

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

Expand All @@ -42,7 +42,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
Expand Down
12 changes: 7 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ <h1 id="pandas-profiling">Pandas Profiling</h1>
<li><strong>Missing values</strong> matrix, count, heatmap and dendrogram of missing values</li>
</ul>
<h2 id="examples">Examples</h2>
<p>The following examples can give you an impression of what the package can do:
- <a href="http://pandas-profiling.github.io/pandas-profiling/examples/meteorites/meteorites_report.html">NASA Meteorites</a>
- <a href="http://pandas-profiling.github.io/pandas-profiling/examples/titanic/titanic_report.html">Titanic</a>
- <a href="http://pandas-profiling.github.io/pandas-profiling/examples/nza/nza_report.html">NZA</a></p>
<p>The following examples can give you an impression of what the package can do:</p>
<ul>
<li><a href="http://pandas-profiling.github.io/pandas-profiling/examples/meteorites/meteorites_report.html">NASA Meteorites</a></li>
<li><a href="http://pandas-profiling.github.io/pandas-profiling/examples/titanic/titanic_report.html">Titanic</a></li>
<li><a href="http://pandas-profiling.github.io/pandas-profiling/examples/nza/nza_report.html">NZA</a></li>
</ul>
<h2 id="installation">Installation</h2>
<h3 id="using-pip">Using pip</h3>
<p>You can install using the pip package manager by running</p>
Expand All @@ -54,7 +56,7 @@ <h3 id="using-conda">Using conda</h3>
<pre><code>conda install -c anaconda pandas-profiling
</code></pre>
<h3 id="from-source">From source</h3>
<p>Download the source code by cloning the repository or by pressing 'Download ZIP' on this page.
<p>Download the source code by cloning the repository or by pressing <a href="https://github.com/pandas-profiling/pandas-profiling/archive/master.zip">'Download ZIP'</a> on this page.
Install by navigating to the proper directory and running</p>
<pre><code>python setup.py install
</code></pre>
Expand Down

0 comments on commit 58c16a1

Please sign in to comment.