We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9f681 commit 63bfe0eCopy full SHA for 63bfe0e
CONTRIBUTING.md
@@ -1,4 +1,4 @@
1
# Contributing Guide
2
3
-Moved to [the offical documentation](https://koalas.readthedocs.io/en/latest/development/contributing.html).
+Moved to [the official documentation](https://koalas.readthedocs.io/en/latest/development/contributing.html).
4
databricks/koalas/indexing.py
@@ -28,7 +28,6 @@
28
29
from databricks.koalas.internal import _InternalFrame
30
from databricks.koalas.exceptions import SparkPandasIndexingError, SparkPandasNotImplementedError
31
-from databricks.koalas.utils import column_index_level
32
33
34
def _make_col(c):
0 commit comments