Skip to content

Commit

Permalink
add to all
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdong1991 committed Oct 11, 2019
1 parent 7528149 commit 3a8c93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databricks/koalas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def assert_pyspark_version():
__all__ = ['read_csv', 'read_parquet', 'to_datetime', 'from_pandas',
'get_dummies', 'DataFrame', 'Series', 'Index', 'MultiIndex', 'pandas_wraps',
'sql', 'range', 'concat', 'melt', 'get_option', 'set_option', 'reset_option',
'read_sql_table', 'read_sql_query', 'read_sql', 'options']
'read_sql_table', 'read_sql_query', 'read_sql', 'options', 'NamedAgg']


def _auto_patch():
Expand Down

0 comments on commit 3a8c93c

Please sign in to comment.