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

Commit

Permalink
Fix typo in readme (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasasu authored Dec 31, 2020
1 parent b6c7238 commit 8d85719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## GreenplumPython
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.
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.

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

```
```

0 comments on commit 8d85719

Please sign in to comment.