Skip to content

Commit

Permalink
Move FAQ (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon authored Oct 28, 2019
1 parent 1047a1d commit 055f8f7
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Try the Koalas 10 minutes tutorial on a live Jupyter notebook [here](https://myb

## Getting Started

Recommended way of installing is Conda. You can use not only Conda but also multiple ways to install Koalas. See [Installation](https://koalas.readthedocs.io/en/latest/getting_started/install.html) for full instructions to install Koalas.
The recommended way of installing Koalas is Conda. You can use not only Conda but also multiple ways to install Koalas. See [Installation](https://koalas.readthedocs.io/en/latest/getting_started/install.html) for full instructions to install Koalas.

```bash
conda install koalas -c conda-forge
Expand All @@ -61,15 +61,7 @@ df['x2'] = df.x * df.x

For more details, see [Getting Started](https://koalas.readthedocs.io/en/latest/getting_started/index.html) and [Dependencies](https://koalas.readthedocs.io/en/latest/getting_started/install.html#dependencies) in the official documentation.


## Contributing Guide

See [Contributing Guide](https://koalas.readthedocs.io/en/latest/development/contributing.html) and [Design Principles](https://koalas.readthedocs.io/en/latest/development/design.html) in the official documentation.


## FAQ

### How do I use this on Databricks?
### Databricks Runtime

Koalas requires Databricks Runtime 5.x or above. For the regular Databricks Runtime, you can install Koalas using the Libraries tab on the cluster UI, or using dbutils in a notebook:

Expand All @@ -78,7 +70,14 @@ dbutils.library.installPyPI("koalas")
dbutils.library.restartPython()
```

In the future, we will package Koalas out-of-the-box in both the regular Databricks Runtime and
Databricks Runtime for Machine Learning.
In the future, we will package Koalas out-of-the-box in both the regular Databricks Runtime and Databricks Runtime for Machine Learning.


## Contributing Guide

See [Contributing Guide](https://koalas.readthedocs.io/en/latest/development/contributing.html) and [Design Principles](https://koalas.readthedocs.io/en/latest/development/design.html) in the official documentation.


## FAQ

See also the full list of frequently asked questions at [FAQ](https://koalas.readthedocs.io/en/latest/user_guide/faq.html) in the official documentation.
See [FAQ](https://koalas.readthedocs.io/en/latest/user_guide/faq.html) in the official documentation.

0 comments on commit 055f8f7

Please sign in to comment.