Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 8d85719

Browse files
author
Sasasu
authored
Fix typo in readme (#34)
1 parent b6c7238 commit 8d85719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## GreenplumPython
2-
GreenplumPython is a Python 3 client that designed for Greenplum Database (> 6.0). With GreenplumPython installed in R environment, users can interact with data in Greenplum Database for analytics purpose. GreenplumPython provides a rich interface to allow user access both tables and views with minimal data transfer via pandas library. Users can easily access database without any knowledge of SQL. Moreover, GreenplumPython can allow user to execute their own Python code combine with data in Greenplum Database directly via built-in APPLY functions. GreenplumPython can work with PL/Conatiner to provide a high preformance sandbox Python 3 runtime environment.
2+
GreenplumPython is a Python 3 client that designed for Greenplum Database (> 6.0). With GreenplumPython installed in Python environment, users can interact with data in Greenplum Database for analytics purpose. GreenplumPython provides a rich interface to allow user access both tables and views with minimal data transfer via pandas library. Users can easily access database without any knowledge of SQL. Moreover, GreenplumPython can allow user to execute their own Python code combine with data in Greenplum Database directly via built-in APPLY functions. GreenplumPython can work with PL/Conatiner to provide a high preformance sandbox Python 3 runtime environment.
33

44
## Build
55
GreenplumPython can be built directly from source
@@ -198,4 +198,4 @@ meta = gp.GPTableMeta(table_output_name, table_output_schema, columns_output_typ
198198
# Check if table existed
199199
GPDatabase_instance.check_table_if_exist(table_name, schema)
200200

201-
```
201+
```

0 commit comments

Comments
 (0)