Skip to content

Commit

Permalink
Merge pull request #640 from sfu-db/fix/readme
Browse files Browse the repository at this point in the history
docs(readme):small text change on clean and connector
  • Loading branch information
jinglinpeng authored May 20, 2021
2 parents 22de2fc + e193a6a commit c735cd9
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
Expand Up @@ -134,7 +134,7 @@ series
Name: country, dtype: bool
```

**Currently supports functions for:** Column Headers | Country Names | Dates and Times | Duplicate Strings | Email Addresses | Geographic Coordinates | IP Addresses | Phone Numbers | URLs | US Street Addresses
Check [clean_headers](https://docs.dataprep.ai/user_guide/clean/clean_headers.html), [clean_country](https://docs.dataprep.ai/user_guide/clean/clean_country.html), [clean_date](https://docs.dataprep.ai/user_guide/clean/clean_date.html), [clean_duplication](https://docs.dataprep.ai/user_guide/clean/clean_duplication.html), [clean_email](https://docs.dataprep.ai/user_guide/clean/clean_email.html), [clean_lat_long](https://docs.dataprep.ai/user_guide/clean/clean_lat_long.html), [clean_ip](https://docs.dataprep.ai/user_guide/clean/clean_ip.html), [clean_phone](https://docs.dataprep.ai/user_guide/clean/clean_phone.html), [clean_text](https://docs.dataprep.ai/user_guide/clean/clean_text.html), [clean_url](https://docs.dataprep.ai/user_guide/clean/clean_url.html), [clean_address](https://docs.dataprep.ai/user_guide/clean/clean_address.html) and [clean_df](https://docs.dataprep.ai/user_guide/clean/clean_df.html) to see how each function works.

## Connector

Expand All @@ -148,7 +148,7 @@ Let's check out the several benefits that Connector offers:

- **A unified API:** You can fetch data using one or two lines of code to get data from [tens of popular websites](https://github.com/sfu-db/DataConnectorConfigs).
- **Auto Pagination:** Do you want to invoke a Web API that could return a large result set and need to handle it through pagination? Connector automatically does the pagination for you! Just specify the desired number of returned results (argument `_count`) without getting into unnecessary detail about a specific pagination scheme.
- **Smart API request strategy:** Do you want to fetch results more quickly by making concurrent requests to Web APIs? Through the `_concurrency` argument, Connector simplifies concurrency, issuing API requests in parallel while respecting the API's rate limit policy.
- **Speed:** Do you want to fetch results more quickly by making concurrent requests to Web APIs? Through the `_concurrency` argument, Connector simplifies concurrency, issuing API requests in parallel while respecting the API's rate limit policy.

#### How to fetch all publications of Andrew Y. Ng?

Expand Down

0 comments on commit c735cd9

Please sign in to comment.